|
@@ -243,7 +243,7 @@ void MainWindow::updateTranslation()
|
|
|
|
|
|
if(!QFile::exists(translationFileResourcePath))
|
|
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;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|