diff hgrunner.cpp @ 59:4557da8bdee6

* minor updates
author Chris Cannam
date Tue, 16 Nov 2010 15:14:17 +0000
parents 8af90d057609
children 68aebc316898
line wrap: on
line diff
--- a/hgrunner.cpp	Tue Nov 16 14:32:51 2010 +0000
+++ b/hgrunner.cpp	Tue Nov 16 15:14:17 2010 +0000
@@ -65,8 +65,7 @@
     stdOut = QString::fromUtf8(proc -> readAllStandardOutput());
     stdErr = QString::fromUtf8(proc -> readAllStandardError());
 
-    DEBUG << "setProcExitInfo: received " << stdOut.split("\n").size() << " lines of stdout";
-    DEBUG << "setProcExitInfo: received " << stdErr.split("\n").size() << " lines of stderr";
+    DEBUG << "setProcExitInfo: " << stdOut.split("\n").size() << " line(s) of stdout, " << stdErr.split("\n").size() << " line(s) of stderr";
 
 //    std::cerr << "stdout was " << stdOut.toStdString() << std::endl;
 }