fix a bug

This commit is contained in:
hysios hu 2012-09-23 18:08:56 +08:00
parent 9a47cdd6c8
commit 065e69b09f

View File

@ -149,7 +149,7 @@ void Runner::print(const QString &fh, const QString &content) {
std::cerr << qPrintable(content);
std::cerr.flush();
}
std::cout << qPrintable("Runner::report" + fh);
std::cout << qPrintable("Runner::report " + fh);
if (fh.contains("report")) {
int index = (int)fh.split(":").last().toUInt();