aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/CtxCheckTask.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/thread/CtxCheckTask.cpp')
-rw-r--r--src/core/thread/CtxCheckTask.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/thread/CtxCheckTask.cpp b/src/core/thread/CtxCheckTask.cpp
index eef05b1b..9735fcaa 100644
--- a/src/core/thread/CtxCheckTask.cpp
+++ b/src/core/thread/CtxCheckTask.cpp
@@ -49,4 +49,6 @@ void GpgFrontend::Thread::CtxCheckTask::Run() {
// Try flushing key cache
else
GpgFrontend::GpgKeyGetter::GetInstance().FlushKeyCache();
+
+ SPDLOG_DEBUG("ctx check task runnable done");
}