diff options
| author | Stefan Boberg <[email protected]> | 2021-09-04 22:01:28 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-04 22:01:28 +0200 |
| commit | 93b4e2055d32a4468b08e04753018cec765b2e17 (patch) | |
| tree | 1b7b63c4c1c154761533336ad4931a1f07f749aa /zenserver/compute/apply.cpp | |
| parent | Made IoHash zero initialize member, corrected Empty Attachment hash check (diff) | |
| download | zen-93b4e2055d32a4468b08e04753018cec765b2e17.tar.xz zen-93b4e2055d32a4468b08e04753018cec765b2e17.zip | |
Cleaned up log message
Diffstat (limited to 'zenserver/compute/apply.cpp')
| -rw-r--r-- | zenserver/compute/apply.cpp | 2 |
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, |