cellMusicSelectionContext: fix log message facepalm

This commit is contained in:
Megamouse 2022-07-27 07:08:29 +02:00
parent d80146c704
commit 8f7209f886

View File

@ -47,7 +47,7 @@ std::string music_selection_context::to_string() const
for (usz i = 0; i < playlist.size(); i++)
{
fmt::append(str, "\ - Track %d: %s", i, playlist.at(i));
fmt::append(str, "\n - Track %d: %s", i, playlist.at(i));
}
return str;