diff options
Diffstat (limited to 'src/core/model/GpgDecryptResult.cpp')
-rw-r--r-- | src/core/model/GpgDecryptResult.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/GpgDecryptResult.cpp b/src/core/model/GpgDecryptResult.cpp index a0719c0c..3568bfd9 100644 --- a/src/core/model/GpgDecryptResult.cpp +++ b/src/core/model/GpgDecryptResult.cpp @@ -55,7 +55,7 @@ auto GpgDecryptResult::Recipients() -> std::vector<GpgRecipient> { try { result.emplace_back(reci); } catch (...) { - SPDLOG_ERROR( + GF_CORE_LOG_ERROR( "caught exception when processing invalid_recipients, " "maybe nullptr of fpr"); } |