aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/fileops/fileops.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-01-25 20:57:36 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-01-25 20:57:36 +0000
commit0867194063f2f854f4b1c8766bc43e9b45ee95ce (patch)
treee7b46eb201136657ccfff3a2785a8146a1808acd /src/plugins/General/fileops/fileops.cpp
parent8618c1e26a2cfe7a1c5dddf0fec3bab9311a9b7a (diff)
downloadqmmp-0867194063f2f854f4b1c8766bc43e9b45ee95ce.tar.gz
qmmp-0867194063f2f854f4b1c8766bc43e9b45ee95ce.tar.bz2
qmmp-0867194063f2f854f4b1c8766bc43e9b45ee95ce.zip
fileops: fixed regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9662 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/fileops/fileops.cpp')
-rw-r--r--src/plugins/General/fileops/fileops.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/General/fileops/fileops.cpp b/src/plugins/General/fileops/fileops.cpp
index aa26582c5..365ead53f 100644
--- a/src/plugins/General/fileops/fileops.cpp
+++ b/src/plugins/General/fileops/fileops.cpp
@@ -371,6 +371,7 @@ void FileOps::execute(const QList<PlayListTrack *> &tracks, const MetaDataFormat
break;
QString command = formatter->format(track); //generate file name
+ qDebug("FileOps: exec command: %s", qPrintable(command));
#ifdef Q_OS_WIN
QProcess::startDetached(QString("cmd.exe /C %1").arg(command));