aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/GpgCoreInit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/GpgCoreInit.cpp')
-rw-r--r--src/core/GpgCoreInit.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/core/GpgCoreInit.cpp b/src/core/GpgCoreInit.cpp
index e6d7f784..cbf07b62 100644
--- a/src/core/GpgCoreInit.cpp
+++ b/src/core/GpgCoreInit.cpp
@@ -245,11 +245,12 @@ void InitGpgFrontendCore() {
"GPGFRONTEND_CORE_INITLIZED",
[](const Module::EventIdentifier& /*e*/,
const Module::Event::ListenerIdentifier& l_id, DataObjectPtr o) {
- if (l_id == Module::GetRealModuleIdentifier(
- "com.bktus.gpgfrontend.module.integrated."
- "gnupginfogathering")) {
+ if (l_id ==
+ "com.bktus.gpgfrontend.module.integrated."
+ "gnupginfogathering") {
SPDLOG_DEBUG(
- "gnupginfogathering gnupg.gathering_done changed, restarting gpg "
+ "gnupg-info-gathering gnupg.gathering_done changed, restarting "
+ "gpg "
"components");
// try to restart all components
GpgFrontend::GpgAdvancedOperator::RestartGpgComponents();