From 2103f2c5a6644ba0eee289552b486645b8945592 Mon Sep 17 00:00:00 2001 From: Srivats P Date: Wed, 7 Jul 2021 20:44:46 +0530 Subject: [PATCH] Minor editorial change for cleaning up message --- server/drone_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }