mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-26 17:45:25 +01:00
cellMusicSelectionContext: fix log message facepalm
This commit is contained in:
parent
d80146c704
commit
8f7209f886
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue