diff options
Diffstat (limited to 'src/core/function/gpg/GpgCommandExecutor.cpp')
-rw-r--r-- | src/core/function/gpg/GpgCommandExecutor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/function/gpg/GpgCommandExecutor.cpp b/src/core/function/gpg/GpgCommandExecutor.cpp index 191c1259..dd8a500e 100644 --- a/src/core/function/gpg/GpgCommandExecutor.cpp +++ b/src/core/function/gpg/GpgCommandExecutor.cpp @@ -64,8 +64,8 @@ auto BuildTaskFromExecCtx(const GpgCommandExecutor::ExecuteContext &context) Thread::Task::TaskRunnable runner = [](const DataObjectPtr &data_object) -> int { - FLOG_D("process runner called, data object size: %lu", - data_object->GetObjectSize()); + LOG_D() << "process runner called, data object size:" + << data_object->GetObjectSize(); if (!data_object->Check<QString, QStringList, GpgCommandExecutorInterator, GpgCommandExecutorCallback>()) { |