Unified Logs for sources initialization

This commit is contained in:
Bruno Herbelin
2022-04-09 15:20:48 +02:00
parent 54a23f5ae7
commit 3e41655902
5 changed files with 10 additions and 15 deletions

View File

@@ -96,7 +96,7 @@ void RenderSource::init()
++View::need_deep_update_;
// done init
Log::Info("Source Render linked to session (%d x %d).", int(fb->resolution().x), int(fb->resolution().y) );
Log::Info("Source '%s' linked to output (%d x %d).", name().c_str(), int(fb->resolution().x), int(fb->resolution().y) );
}
}