mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-28 02:30:02 +01:00
Logging improvement on delete / create source
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user