From d276f147666c1df3fa25996d721032fcd7ba5a91 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sun, 1 Mar 2020 15:59:44 +0100 Subject: [PATCH] full music path in log --- src/courtroom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 778df09..b9686e7 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()) {