changeset 147:c722cb0b6662

Remove useless linefeed in an error log message.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 Aug 2017 01:24:16 +0300
parents 4adf047e090a
children 665421937ec8
files src/main.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.cpp	Fri Aug 25 01:21:39 2017 +0300
+++ b/src/main.cpp	Fri Aug 25 01:24:16 2017 +0300
@@ -562,7 +562,7 @@
 void SyntilistaMainWindow::backupError(QNetworkReply::NetworkError code)
 {
     slLog("ERROR",
-        QStringLiteral("Backup failed with network error %1.\n").
+        QStringLiteral("Backup failed with network error %1.").
         arg(code)
         );
 }