decklink: Fix log message

This commit is contained in:
jp9000 2015-03-22 20:54:18 -07:00
parent 716ef61cf9
commit 2e1eb4d7eb

View File

@ -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;