From 95e71b47b8e7fcbaa87aaa436b8df0e9e4755193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 10 Oct 2019 16:10:40 +0200 Subject: [PATCH] Fix comments --- server/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/main.cpp b/server/main.cpp index c3a70856..ce69a08d 100644 --- a/server/main.cpp +++ b/server/main.cpp @@ -177,8 +177,8 @@ int main(int argc, char *argv[]) * 2. Enable all debug categories if requested from command line (-p) * 3. The stored categories from the nymead.conf will be appended * 4. Add the individual command line params will be added (-d) - * 4. QT_LOGGING_CONF - * 5. QT_LOGGING_RULES + * 5. QT_LOGGING_CONF + * 6. QT_LOGGING_RULES * * The final filter rules will be set. */ @@ -202,7 +202,7 @@ int main(int argc, char *argv[]) } nymeaSettings.endGroup(); - // Add the individual command line params will be added (-d) + // 4. Add the individual command line params will be added (-d) foreach (QString debugArea, parser.values(debugOption)) { bool enable = !debugArea.startsWith("No"); bool isWarning = debugArea.endsWith("Warnings");