diff --git a/shared/shared.cpp b/shared/shared.cpp index 38fec81..a59411a 100644 --- a/shared/shared.cpp +++ b/shared/shared.cpp @@ -1599,7 +1599,7 @@ void deployTranslations(const QString &appDirPath, quint64 usedQtModules) LogDebug() << "Deploying translations..."; QString qtTranslationsPath = qtToBeBundledInfo.value("QT_INSTALL_TRANSLATIONS"); if (qtTranslationsPath.isEmpty() || !QFile::exists(qtTranslationsPath)) { - LogError() << "Qt translations path could not be determined"; + LogDebug() << "Qt translations path could not be determined, maybe there are no translations?"; return; }