Compilation fix (snapcraft specific)

This commit is contained in:
Bruno Herbelin
2024-01-05 20:23:51 +01:00
parent 0e9fe58c06
commit eeeba3d2b7
8 changed files with 19 additions and 9 deletions

View File

@@ -1210,7 +1210,7 @@ void MediaPlayer::update()
}
else {
Log::Warning("'%s' : %s", uri().c_str(), media_.log.c_str());
Log::Warning("MediaPlayer %s Loading failed.", std::to_string(id_).c_str());
Log::Notify("MediaPlayer %s Loading failed.", std::to_string(id_).c_str());
failed_ = true;
}
}