formatted debug string

This commit is contained in:
Paolo Cignoni 2008-01-28 08:50:51 +00:00
parent 0e283de929
commit b6cea42c5e
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ private:
{
QProcess p;
QString convstring = par._converter_loc;
convstring = convstring + " -en1 -input " + par._input_file + " -output " + par._output_file;
convstring = convstring + " -en1 -input '" + par._input_file + "' -output '" + par._output_file+"'";
qDebug("Starting converter %s", qPrintable(convstring));
p.setProcessChannelMode(QProcess::MergedChannels);
p.start(convstring);