From f22ceca734868a4cb946c232f661aad72da01ded Mon Sep 17 00:00:00 2001 From: saturneric Date: Fri, 19 Jan 2024 20:10:17 +0800 Subject: fix: slove discovered faults and bugs --- src/ui/GpgFrontendUIInit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/GpgFrontendUIInit.cpp') diff --git a/src/ui/GpgFrontendUIInit.cpp b/src/ui/GpgFrontendUIInit.cpp index dd01bc9d..d696588d 100644 --- a/src/ui/GpgFrontendUIInit.cpp +++ b/src/ui/GpgFrontendUIInit.cpp @@ -221,7 +221,7 @@ void InitLocale() { if (translator->load(target_locale, QLatin1String(PROJECT_NAME), QLatin1String("."), QLatin1String(":/i18n"), QLatin1String(".qm"))) { - GF_UI_LOG_INFO("load target translation file done"); + GF_UI_LOG_DEBUG("load target translation file done"); QCoreApplication::installTranslator(translator); } } -- cgit v1.2.3