decklink: Fix log message
This commit is contained in:
parent
716ef61cf9
commit
2e1eb4d7eb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user