mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 10:19:59 +01:00
Cosmetic improvement of Action manager and Log messages.
This commit is contained in:
@@ -105,7 +105,7 @@ void MediaSource::init()
|
||||
|
||||
// done init
|
||||
initialized_ = true;
|
||||
Log::Info("Source '%s' linked to Media %s.", name().c_str(), mediaplayer()->uri().c_str());
|
||||
Log::Info("Source '%s' linked to Media %s.", name().c_str(), std::to_string(mediaplayer_->id()).c_str());
|
||||
|
||||
// force update of activation mode
|
||||
active_ = true;
|
||||
|
||||
Reference in New Issue
Block a user