aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/model/GpgSignResult.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/GpgSignResult.cpp')
-rw-r--r--src/core/model/GpgSignResult.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/model/GpgSignResult.cpp b/src/core/model/GpgSignResult.cpp
index 3cc8d47a..1819c22b 100644
--- a/src/core/model/GpgSignResult.cpp
+++ b/src/core/model/GpgSignResult.cpp
@@ -55,9 +55,9 @@ auto GpgSignResult::InvalidSigners()
try {
result.emplace_back(QString{invalid_key->fpr}, invalid_key->reason);
} catch (...) {
- qCWarning(core,
- "caught exception when processing invalid_signers, "
- "maybe nullptr of fpr");
+ FLOG_W(
+ "caught exception when processing invalid_signers, "
+ "maybe nullptr of fpr");
}
}
return result;