decklink disp.: needless NL in errmsg

Splitting the error to
```
[DeckLink display] Unable to switch audio output for channels 3 or above although
card shall support it: Not implemented (0x80000001)
Check if it is ok. Continuing anyway.
```
actually doesn't help readibility.
This commit is contained in:
Martin Pulec
2023-11-06 11:51:33 +01:00
parent 635c083e00
commit e148a2912a

View File

@@ -1311,7 +1311,7 @@ set_audio_props(state_decklink *s,
} else {
MSG(WARNING,
"Unable to switch audio output for channels 3 or "
"above although \ncard shall support it: %s\nCheck if "
"above although the card shall support it: %s\nCheck if "
"it is ok. Continuing anyway.\n",
bmd_hresult_to_string(result).c_str());
}