aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/GpgFrontendUIInit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/GpgFrontendUIInit.cpp')
-rw-r--r--src/ui/GpgFrontendUIInit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/GpgFrontendUIInit.cpp b/src/ui/GpgFrontendUIInit.cpp
index 09e01ea9..999e597a 100644
--- a/src/ui/GpgFrontendUIInit.cpp
+++ b/src/ui/GpgFrontendUIInit.cpp
@@ -235,7 +235,7 @@ void init_locale() {
language_env.insert(0, "LANGUAGE=");
SPDLOG_DEBUG("language env: {}", language_env);
if (putenv(language_env.c_str())) {
- spdlog::warn, "set LANGUAGE failed", language_env;
+ SPDLOG_WARN("set LANGUAGE {} failed", language_env);
};
}
#endif