log if sequence is canceled if verbose

This commit is contained in:
WarmUpTill 2020-11-09 22:55:05 +01:00 committed by WarmUpTill
parent a0119426d6
commit e5fffa0b82

View File

@ -183,7 +183,10 @@ void SwitcherData::checkSceneSequence(bool &match, OBSWeakSource &scene,
transition = s.transition;
if (verbose)
s.logMatch();
} else if (verbose) {
blog(LOG_INFO, "sequence canceled");
}
obs_source_release(currentSource2);
break;
}