mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-22 09:54:54 -05:00
log if sequence is canceled if verbose
This commit is contained in:
parent
a0119426d6
commit
e5fffa0b82
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user