Shut up the debug output.

This commit is contained in:
LoRd_MuldeR 2017-08-20 14:40:30 +02:00
parent 8d77a954fe
commit 84c5b08211
2 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,7 @@
#define VER_LAMEXP_MINOR_LO 6
#define VER_LAMEXP_TYPE Alpha
#define VER_LAMEXP_PATCH 3
#define VER_LAMEXP_BUILD 2013
#define VER_LAMEXP_BUILD 2014
#define VER_LAMEXP_CONFG 2002
///////////////////////////////////////////////////////////////////////////////

View File

@ -461,7 +461,6 @@ int ProcessThread::generateOutFileName(QString &outFileName)
//Generate file name
const QString fileName = MUtils::clean_file_name(QString("%1.%2").arg(applyRegularExpression(applyRenamePattern(sourceFile.completeBaseName(), m_audioFile.metaInfo())), fileExt), true);
qWarning("fileName: \"%s\"", MUTILS_UTF8(fileName));
//Generate full output path
outFileName = QString("%1/%2").arg(targetDir.canonicalPath(), fileName);