diff --git a/src/plugins/hunspell/hunspellinputmethod/hunspellworker.cpp b/src/plugins/hunspell/hunspellinputmethod/hunspellworker.cpp
index e97e34155a17699398ff9b781040f867c5f67b91..51926eec92b584bf146d502a9ee7f392ab21fede 100644
--- a/src/plugins/hunspell/hunspellinputmethod/hunspellworker.cpp
+++ b/src/plugins/hunspell/hunspellinputmethod/hunspellworker.cpp
@@ -390,7 +390,7 @@ void HunspellLoadDictionaryTask::run()
             }
         }
     } else {
-        qCWarning(lcHunspell) << "Hunspell dictionary is missing for" << locale << ". Search paths" << searchPaths;
+        qCWarning(lcHunspell).nospace() << "Hunspell dictionary is missing for " << locale << ". Search paths " << searchPaths;
     }
 
     emit completed(*hunspellPtr != nullptr);