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/function/gpg/GpgContext.cpp | |
parent | feat: simplify logging (diff) | |
download | GpgFrontend-99c1b2c3ed902969d8940e384ff9fcd2805098b0.tar.gz GpgFrontend-99c1b2c3ed902969d8940e384ff9fcd2805098b0.zip |
fix: do clean up
Diffstat (limited to 'src/core/function/gpg/GpgContext.cpp')
-rw-r--r-- | src/core/function/gpg/GpgContext.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/function/gpg/GpgContext.cpp b/src/core/function/gpg/GpgContext.cpp index 94a4f522..a4757d7f 100644 --- a/src/core/function/gpg/GpgContext.cpp +++ b/src/core/function/gpg/GpgContext.cpp @@ -192,9 +192,7 @@ class GpgContext::Impl { LOG_D() << "got gpgme version version from rt: " << gpgme_version; if (gpgme_get_keylist_mode(ctx) == 0) { - qCWarning( - core, - "ctx is not a valid pointer, reported by gpgme_get_keylist_mode"); + FLOG_W("ctx is not a valid pointer, reported by gpgme_get_keylist_mode"); return false; } |