diff options
| author | Stefan Boberg <[email protected]> | 2021-09-09 13:13:27 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-09 13:13:27 +0200 |
| commit | 9ea46c26939261b4a432efef245e2662dc9f4eb0 (patch) | |
| tree | 8f50142f2d0a379b66ffe9a7e9187102d2cb9207 /zenserver/upstream/upstreamcache.cpp | |
| parent | Restructuring HTTP server implementation to better (completely asynchronously... (diff) | |
| parent | Eliminate compiler default library warning for msvcrt (diff) | |
| download | zen-9ea46c26939261b4a432efef245e2662dc9f4eb0.tar.xz zen-9ea46c26939261b4a432efef245e2662dc9f4eb0.zip | |
Merge branch 'main' into cbpackage-update
Diffstat (limited to 'zenserver/upstream/upstreamcache.cpp')
| -rw-r--r-- | zenserver/upstream/upstreamcache.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zenserver/upstream/upstreamcache.cpp b/zenserver/upstream/upstreamcache.cpp index 9e566749a..aef9c0bb3 100644 --- a/zenserver/upstream/upstreamcache.cpp +++ b/zenserver/upstream/upstreamcache.cpp @@ -417,6 +417,8 @@ private: const StatCounters& Counters = Kv.second; const double TotalMb = double(Counters.Bytes) / 1024.0 / 1024.0; + ZEN_UNUSED(Endpoint); + m_Log.info("{} Endpoint: {}, Bytes: {:.2f} MB, Time: {:.2f} s, Speed: {:.2f} MB/s, Avg: {:.2f} ms/request, Samples: {}", What, Kv.first->DisplayName(), |