use DEBUG instead of INFO
This commit is contained in:
parent
153678523f
commit
7512942a8e
@ -106,7 +106,7 @@ void atbDebugOutput(QtMsgType type, const QMessageLogContext &context, const QSt
|
|||||||
//fprintf(stderr, "%*.*s.%03d DEBG %s\n", OUTPUT_LEN, OUTPUT_LEN,
|
//fprintf(stderr, "%*.*s.%03d DEBG %s\n", OUTPUT_LEN, OUTPUT_LEN,
|
||||||
// datetime.toString(format).toStdString().c_str(), fractional_part,
|
// datetime.toString(format).toStdString().c_str(), fractional_part,
|
||||||
// localMsg.constData());
|
// localMsg.constData());
|
||||||
fprintf(stderr, "%*.*s.%03d INFO %s (%s:%u)\n", OUTPUT_LEN, OUTPUT_LEN,
|
fprintf(stderr, "%*.*s.%03d DEBUG %s (%s:%u)\n", OUTPUT_LEN, OUTPUT_LEN,
|
||||||
datetime.toString(format).toStdString().c_str(), fractional_part,
|
datetime.toString(format).toStdString().c_str(), fractional_part,
|
||||||
localMsg.constData(), file, context.line);
|
localMsg.constData(), file, context.line);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user