adjust log

This commit is contained in:
WarmUpTill
2020-10-18 16:22:09 +02:00
parent a1266f71f2
commit 02a8dd87ca

View File

@@ -20,7 +20,7 @@ void SceneSwitcherEntry::logMatch()
obs_source_t *s = obs_weak_source_get_source(scene);
const char *sceneName = obs_source_get_name(s);
obs_source_release(s);
blog(LOG_INFO, "[adv-ss] match for '%s' - switch to scene '%s'",
blog(LOG_INFO, "match for '%s' - switch to scene '%s'",
getType(), sceneName);
}