aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/function/gpg/GpgContext.cpp')
-rw-r--r--src/core/function/gpg/GpgContext.cpp4
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;
}