Mercurial > hg > easyhg
diff hgrunner.cpp @ 58:8af90d057609
* Simplify tabs
author | Chris Cannam |
---|---|
date | Tue, 16 Nov 2010 14:32:51 +0000 |
parents | f583e44d9d31 |
children | 4557da8bdee6 |
line wrap: on
line diff
--- a/hgrunner.cpp Tue Nov 16 13:57:30 2010 +0000 +++ b/hgrunner.cpp Tue Nov 16 14:32:51 2010 +0000 @@ -64,7 +64,11 @@ exitStatus = procExitStatus; stdOut = QString::fromUtf8(proc -> readAllStandardOutput()); stdErr = QString::fromUtf8(proc -> readAllStandardError()); - std::cerr << "stdout was " << stdOut.toStdString() << std::endl; + + DEBUG << "setProcExitInfo: received " << stdOut.split("\n").size() << " lines of stdout"; + DEBUG << "setProcExitInfo: received " << stdErr.split("\n").size() << " lines of stderr"; + +// std::cerr << "stdout was " << stdOut.toStdString() << std::endl; } void HgRunner::presentErrorToUser()