--- a/src/extprogs.cpp Fri Oct 18 18:16:54 2013 +0300 +++ b/src/extprogs.cpp Fri Oct 18 21:52:09 2013 +0300 @@ -216,7 +216,7 @@ #endif // _WIN32 - print ("cmdline: %1 %2\n", path, argv.join (" ")); + log ("cmdline: %1 %2\n", path, argv.join (" ")); // Temporary files for stdin and stdout if (!mkTempFile (input, inputname) || !mkTempFile (output, outputname)) @@ -238,7 +238,7 @@ proc.waitForFinished(); #ifndef RELEASE - print ("%1", str (proc.readAllStandardOutput())); + log ("%1", str (proc.readAllStandardOutput())); #endif // RELEASE str err = "";