mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 09:40:08 +00:00
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:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user