diff options
| author | Stefan Boberg <[email protected]> | 2021-09-06 09:21:55 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-06 09:21:55 +0200 |
| commit | 39c0d92a05a3d75e4538750c06e51368b687e454 (patch) | |
| tree | 01fb8e24270ae878ae2c7d42ac7a829044a0e398 /zenserver/compute/apply.cpp | |
| parent | Changed so function service commits compressed buffers (diff) | |
| parent | Added zenserver-test xmake file (diff) | |
| download | zen-39c0d92a05a3d75e4538750c06e51368b687e454.tar.xz zen-39c0d92a05a3d75e4538750c06e51368b687e454.zip | |
Merge branch 'main' of https://github.com/EpicGames/zen
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 9e6beffe3..939ac3362 100644 --- a/zenserver/compute/apply.cpp +++ b/zenserver/compute/apply.cpp @@ -445,7 +445,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, |