aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/CtxCheckTask.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2023-02-18 11:12:03 +0000
committerSaturneric <[email protected]>2023-02-18 11:12:03 +0000
commit3b062240c399bc7fb24fde3442db407386c17161 (patch)
tree06f41cd7928ae1f5ab2b935203d8399dab11373a /src/core/thread/CtxCheckTask.cpp
parentfix: improve stability of the object-channel model (diff)
downloadGpgFrontend-3b062240c399bc7fb24fde3442db407386c17161.tar.gz
GpgFrontend-3b062240c399bc7fb24fde3442db407386c17161.zip
fix: improve the task execution model
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");
}