aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2020-03-01 15:59:44 +0100
committerstonedDiscord <stoned@derpymail.org>2020-03-01 15:59:44 +0100
commitd276f147666c1df3fa25996d721032fcd7ba5a91 (patch)
tree7928d1941acddeedc528e1c4e8f26ca1c40201d5 /src
parenta3f7482ced247b694f41a96ded2544fd435839d3 (diff)
full music path in log
Diffstat (limited to 'src')
-rw-r--r--src/courtroom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index 778df099..b9686e70 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -2852,7 +2852,7 @@ void Courtroom::handle_song(QStringList *p_contents)
QString f_song_clear = f_song;
int n_char = f_contents.at(1).toInt();
- qDebug() << "playing song "+f_song;
+ qDebug() << "playing song "+ao_app->get_music_path(f_song);
if (n_char < 0 || n_char >= char_list.size())
{