mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-08 01:26:04 -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;
|
transition = s.transition;
|
||||||
if (verbose)
|
if (verbose)
|
||||||
s.logMatch();
|
s.logMatch();
|
||||||
|
} else if (verbose) {
|
||||||
|
blog(LOG_INFO, "sequence canceled");
|
||||||
}
|
}
|
||||||
|
|
||||||
obs_source_release(currentSource2);
|
obs_source_release(currentSource2);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user