Logging improvement on delete / create source

This commit is contained in:
Bruno Herbelin
2023-01-31 21:23:26 +01:00
parent 268751815f
commit 9012d33c05
4 changed files with 7 additions and 9 deletions

View File

@@ -125,7 +125,7 @@ void MediaSource::init()
View::need_deep_update_ += 2;
// done init
Log::Info("Source '%s' linked to Media %s.", name().c_str(), std::to_string(mediaplayer_->id()).c_str());
Log::Info("Source '%s' linked to MediaPlayer %s.", name().c_str(), std::to_string(mediaplayer_->id()).c_str());
}
}