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

@@ -783,9 +783,6 @@ void Mixer::groupAll()
// NB: sessiongroup will be updated and inserted to Mixing view on next frame
addSource(sessiongroup);
// inform of creation
Log::Info("%s '%s' created with %d sources", sessiongroup->info().c_str(),
sessiongroup->name().c_str(), sessiongroup->session()->size());
}
else {
delete sessiongroup;