write to OBS log if verbose logging is enabled

This commit is contained in:
WarmUpTill
2020-06-14 14:14:00 +02:00
parent 8d23dd46b0
commit c17cbb66d9
15 changed files with 81 additions and 3 deletions

View File

@@ -267,6 +267,7 @@ struct SwitcherData {
std::condition_variable transitionCv;
bool startAtLaunch = false;
bool stop = false;
bool verbose = false;
int interval = DEFAULT_INTERVAL;