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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/GpgSignResult.cpp b/src/core/model/GpgSignResult.cpp
index aa35e57a..90d337b7 100644
--- a/src/core/model/GpgSignResult.cpp
+++ b/src/core/model/GpgSignResult.cpp
@@ -55,7 +55,7 @@ auto GpgSignResult::InvalidSigners()
try {
result.emplace_back(std::string{invalid_key->fpr}, invalid_key->reason);
} catch (...) {
- SPDLOG_ERROR(
+ GF_CORE_LOG_ERROR(
"caught exception when processing invalid_signers, "
"maybe nullptr of fpr");
}