diff options
Diffstat (limited to 'src/plugins/General/fileops/fileops.cpp')
| -rw-r--r-- | src/plugins/General/fileops/fileops.cpp | 1 |
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)); |
