comparison hgrunner.cpp @ 59:4557da8bdee6

* minor updates
author Chris Cannam
date Tue, 16 Nov 2010 15:14:17 +0000
parents 8af90d057609
children 68aebc316898
comparison
equal deleted inserted replaced
58:8af90d057609 59:4557da8bdee6
63 exitCode = procExitCode; 63 exitCode = procExitCode;
64 exitStatus = procExitStatus; 64 exitStatus = procExitStatus;
65 stdOut = QString::fromUtf8(proc -> readAllStandardOutput()); 65 stdOut = QString::fromUtf8(proc -> readAllStandardOutput());
66 stdErr = QString::fromUtf8(proc -> readAllStandardError()); 66 stdErr = QString::fromUtf8(proc -> readAllStandardError());
67 67
68 DEBUG << "setProcExitInfo: received " << stdOut.split("\n").size() << " lines of stdout"; 68 DEBUG << "setProcExitInfo: " << stdOut.split("\n").size() << " line(s) of stdout, " << stdErr.split("\n").size() << " line(s) of stderr";
69 DEBUG << "setProcExitInfo: received " << stdErr.split("\n").size() << " lines of stderr";
70 69
71 // std::cerr << "stdout was " << stdOut.toStdString() << std::endl; 70 // std::cerr << "stdout was " << stdOut.toStdString() << std::endl;
72 } 71 }
73 72
74 void HgRunner::presentErrorToUser() 73 void HgRunner::presentErrorToUser()