aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/GpgFrontendUIInit.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-02-04 05:24:01 +0000
committersaturneric <[email protected]>2023-02-04 05:24:01 +0000
commit04c6005931a1226e795ec32b1b31a9c23dc24fda (patch)
treef421907f46606cff116a127001165060c89e3b20 /src/ui/GpgFrontendUIInit.cpp
parentfeat: add submodule spdlog (diff)
downloadGpgFrontend-04c6005931a1226e795ec32b1b31a9c23dc24fda.tar.gz
GpgFrontend-04c6005931a1226e795ec32b1b31a9c23dc24fda.zip
fix: solve some issues
1. solve compile issues 2. improve log for cammand executor
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 0ebcd500..8beecea9 100644
--- a/src/ui/GpgFrontendUIInit.cpp
+++ b/src/ui/GpgFrontendUIInit.cpp
@@ -156,7 +156,7 @@ void init_logging_system() {
#ifdef DEBUG
ui_logger->set_level(spdlog::level::trace);
-#elif
+#else
core_logger->set_level(spdlog::level::info);
#endif