Merge pull request #197 from benroeder/master

fix type o found to find
This commit is contained in:
Martin Pulec
2021-10-07 16:02:31 +02:00
committed by GitHub

View File

@@ -319,7 +319,7 @@ bool decklink_set_duplex(IDeckLink *deckLink, uint32_t profileID)
}
if (!found && ret) { // no err but not found
LOG(LOG_LEVEL_WARNING) << "[DeckLink] didn't found suitable duplex profile!\n";
LOG(LOG_LEVEL_WARNING) << "[DeckLink] did not find suitable duplex profile!\n";
ret = false;
}