Mercurial > hg > easyhg
diff src/hgrunner.cpp @ 666:98a7fbbe9d88 qt5
Merge from default branch, and build fixes
author | Chris Cannam |
---|---|
date | Fri, 27 May 2016 09:55:56 +0100 |
parents | f9b805d8cab4 |
children | 4283398d248f |
line wrap: on
line diff
--- a/src/hgrunner.cpp Thu Mar 14 16:43:30 2013 +0000 +++ b/src/hgrunner.cpp Fri May 27 09:55:56 2016 +0100 @@ -411,7 +411,7 @@ emit commandCompleted(completedAction, m_stdout); } else { DEBUG << "HgRunner::finished: Command failed, exit code " - << procExitCode << ", exit status " << procExitStatus + << procExitCode << ", exit status " << int(procExitStatus) << ", stderr follows" << endl; DEBUG << m_stderr << endl; emit commandFailed(completedAction, m_stderr, m_stdout);