diff options
author | saturneric <[email protected]> | 2023-02-04 05:24:01 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-02-04 05:24:01 +0000 |
commit | 04c6005931a1226e795ec32b1b31a9c23dc24fda (patch) | |
tree | f421907f46606cff116a127001165060c89e3b20 /src/ui/GpgFrontendUIInit.cpp | |
parent | feat: add submodule spdlog (diff) | |
download | GpgFrontend-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.cpp | 2 |
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 |