mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-20 16:25:43 -05:00
log if sequence is canceled if verbose
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user