diff options
author | saturneric <[email protected]> | 2024-07-30 18:48:25 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-30 18:48:25 +0000 |
commit | 99c1b2c3ed902969d8940e384ff9fcd2805098b0 (patch) | |
tree | a86ab01bbe3f85318f869ffdebfcba623be6a857 /src/core/GpgCoreInit.cpp | |
parent | feat: simplify logging (diff) | |
download | GpgFrontend-99c1b2c3ed902969d8940e384ff9fcd2805098b0.tar.gz GpgFrontend-99c1b2c3ed902969d8940e384ff9fcd2805098b0.zip |
fix: do clean up
Diffstat (limited to 'src/core/GpgCoreInit.cpp')
-rw-r--r-- | src/core/GpgCoreInit.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/GpgCoreInit.cpp b/src/core/GpgCoreInit.cpp index d0f24824..1a00049c 100644 --- a/src/core/GpgCoreInit.cpp +++ b/src/core/GpgCoreInit.cpp @@ -384,8 +384,7 @@ void InitGpgFrontendCore(CoreInitArgs args) { }; } - qCDebug( - core, + FLOG_D( "basic env checking finished, including gpgme, ctx, and key infos"); Module::UpsertRTValue("core", "env.state.basic", 1); |