Minor editorial change for cleaning up message
This commit is contained in:
parent
4be8a2969d
commit
2103f2c5a6
@ -46,7 +46,7 @@ void NoMsgHandler(QtMsgType type, const QMessageLogContext &context,
|
||||
|
||||
void cleanup(int /*signum*/)
|
||||
{
|
||||
fprintf(stderr, "\nCleaning up ... (may take a few seconds) ... ");
|
||||
fprintf(stderr, "\nCleaning up (may take a few seconds) ... ");
|
||||
fflush(stderr);
|
||||
QCoreApplication::instance()->exit(-1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user