mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-04 23:04:20 -04:00
decklink: Fix log message
This commit is contained in:
@@ -31,7 +31,7 @@ bool DeckLinkDeviceDiscovery::Init(void)
|
||||
result = discovery->InstallDeviceNotifications(this);
|
||||
|
||||
initialized = result == S_OK;
|
||||
if (initialized)
|
||||
if (!initialized)
|
||||
blog(LOG_INFO, "Failed to start search for DeckLink devices");
|
||||
|
||||
return initialized;
|
||||
|
||||
Reference in New Issue
Block a user