Skip to content

Commit

Permalink
decklink disp.: needless NL in errmsg
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MartinPulec committed Nov 6, 2023
1 parent 635c083 commit e148a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video_display/decklink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
Expand Down

0 comments on commit e148a29

Please sign in to comment.