From 93b4e2055d32a4468b08e04753018cec765b2e17 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Sat, 4 Sep 2021 22:01:28 +0200 Subject: Cleaned up log message --- zenserver/compute/apply.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zenserver/compute/apply.cpp') diff --git a/zenserver/compute/apply.cpp b/zenserver/compute/apply.cpp index c3d8c01ab..ff90be9ec 100644 --- a/zenserver/compute/apply.cpp +++ b/zenserver/compute/apply.cpp @@ -443,7 +443,7 @@ HttpFunctionService::HttpFunctionService(CasStore& Store, CidStore& InCidStore, } } - spdlog::debug("worker {}: {}B in {} attachments. {}B new ({} attachments)", + spdlog::debug("worker {}: {} in {} attachments, {} in {} new attachments", WorkerId, zen::NiceBytes(TotalAttachmentBytes), AttachmentCount, -- cgit v1.2.3