aboutsummaryrefslogtreecommitdiffstats
path: root/src/module/GpgFrontendModuleInit.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-10-18 05:37:33 +0000
committersaturneric <[email protected]>2023-10-18 05:37:33 +0000
commit12f42d88e10c08d1acc835d8703dcef55bab737a (patch)
tree79d901db3783c69d3f8a1ece8ea11554a003c297 /src/module/GpgFrontendModuleInit.cpp
parentfix: add libarchive checking at cmake config (diff)
downloadGpgFrontend-12f42d88e10c08d1acc835d8703dcef55bab737a.tar.gz
GpgFrontend-12f42d88e10c08d1acc835d8703dcef55bab737a.zip
fix: solve a build issue at release mode
Diffstat (limited to '')
-rw-r--r--src/module/GpgFrontendModuleInit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module/GpgFrontendModuleInit.cpp b/src/module/GpgFrontendModuleInit.cpp
index 7188bdd3..5c3418ec 100644
--- a/src/module/GpgFrontendModuleInit.cpp
+++ b/src/module/GpgFrontendModuleInit.cpp
@@ -80,7 +80,7 @@ void InitModuleLoggingSystem() {
#ifdef DEBUG
module_logger->set_level(spdlog::level::trace);
#else
- ui_logger->set_level(spdlog::level::info);
+ module_logger->set_level(spdlog::level::info);
#endif
// flush policy