summaryrefslogtreecommitdiffstats
path: root/src/main-lib/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-lib/main.cpp')
-rw-r--r--src/main-lib/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main-lib/main.cpp b/src/main-lib/main.cpp
index 49d12f3c..11a85d83 100644
--- a/src/main-lib/main.cpp
+++ b/src/main-lib/main.cpp
@@ -552,7 +552,7 @@ void Main::setupInstaller(const QString &appImageMountDir, const QStringList &ca
#if !defined(AM_DISABLE_INSTALLER)
if (!Package::checkCorrectLocale()) {
// we should really throw here, but so many embedded systems are badly set up
- qCWarning(LogDeployment) << "The appman installer needs a UTF-8 locale to work correctly:\n"
+ qCWarning(LogDeployment) << "The appman installer needs a UTF-8 locale to work correctly: "
"even automatically switching to C.UTF-8 or en_US.UTF-8 failed.";
}