@@ -243,7 +243,7 @@ void MainWindow::updateTranslation()
if(!QFile::exists(translationFileResourcePath))
{
- logGlobal->warn("Translation file %s does not exist", translationFileResourcePath.toStdString());
+ logGlobal->debug("Translation file %s does not exist", translationFileResourcePath.toStdString());
return;
}
@@ -140,7 +140,7 @@ void MainWindow::loadTranslation()