diff --git a/server/drone_main.cpp b/server/drone_main.cpp index f42703b..4a11a28 100644 --- a/server/drone_main.cpp +++ b/server/drone_main.cpp @@ -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); }