From 37d5b7e5546fde0433a2480eea5a2c3b222139ff Mon Sep 17 00:00:00 2001 From: saturneric Date: Mon, 3 Feb 2025 19:13:23 +0100 Subject: fix: qt5 compile issues --- src/core/function/gpg/GpgCommandExecutor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/function/gpg/GpgCommandExecutor.cpp') diff --git a/src/core/function/gpg/GpgCommandExecutor.cpp b/src/core/function/gpg/GpgCommandExecutor.cpp index 5256de60..b244dfa4 100644 --- a/src/core/function/gpg/GpgCommandExecutor.cpp +++ b/src/core/function/gpg/GpgCommandExecutor.cpp @@ -201,7 +201,7 @@ void GpgCommandExecutor::ExecuteConcurrentlySync(ExecuteContexts contexts) { QObject::connect(task, &Thread::Task::SignalTaskEnd, [&]() { --remaining_tasks; - FLOG_D("remaining tasks: %lld", remaining_tasks); + LOG_D() << "remaining tasks: " << remaining_tasks; if (remaining_tasks <= 0) { FLOG_D("no remaining task, quit"); looper.quit(); -- cgit v1.2.3