From e16e15db09d89a997db73e313b966f95e6c59f56 Mon Sep 17 00:00:00 2001 From: saturneric Date: Fri, 22 Nov 2024 23:06:30 +0100 Subject: feat: rewrite core init processes and add env option --- src/core/function/gpg/GpgContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/function/gpg/GpgContext.cpp') diff --git a/src/core/function/gpg/GpgContext.cpp b/src/core/function/gpg/GpgContext.cpp index 5c5dd813..002c0488 100644 --- a/src/core/function/gpg/GpgContext.cpp +++ b/src/core/function/gpg/GpgContext.cpp @@ -243,7 +243,7 @@ class GpgContext::Impl { assert(ctx != nullptr); if (!args.gpgconf_path.isEmpty()) { - LOG_D() << "set custom gpgconf path: " << args.gpgconf_path; + LOG_D() << "set gpgconf path: " << args.gpgconf_path; auto err = gpgme_ctx_set_engine_info(ctx, GPGME_PROTOCOL_GPGCONF, args.gpgconf_path.toUtf8(), nullptr); -- cgit v1.2.3