full music path in log

This commit is contained in:
stonedDiscord 2020-03-01 15:59:44 +01:00
parent a3f7482ced
commit d276f14766

View File

@ -2852,7 +2852,7 @@ void Courtroom::handle_song(QStringList *p_contents)
QString f_song_clear = f_song; QString f_song_clear = f_song;
int n_char = f_contents.at(1).toInt(); 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()) if (n_char < 0 || n_char >= char_list.size())
{ {