aboutsummaryrefslogtreecommitdiff
path: root/zenserver/compute/apply.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-04 22:01:28 +0200
committerStefan Boberg <[email protected]>2021-09-04 22:01:28 +0200
commit93b4e2055d32a4468b08e04753018cec765b2e17 (patch)
tree1b7b63c4c1c154761533336ad4931a1f07f749aa /zenserver/compute/apply.cpp
parentMade IoHash zero initialize member, corrected Empty Attachment hash check (diff)
downloadzen-93b4e2055d32a4468b08e04753018cec765b2e17.tar.xz
zen-93b4e2055d32a4468b08e04753018cec765b2e17.zip
Cleaned up log message
Diffstat (limited to 'zenserver/compute/apply.cpp')
-rw-r--r--zenserver/compute/apply.cpp2
1 files changed, 1 insertions, 1 deletions
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,