aboutsummaryrefslogtreecommitdiff
path: root/zenserver/upstream/upstreamcache.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-09 11:24:01 +0200
committerStefan Boberg <[email protected]>2021-09-09 11:24:01 +0200
commitb31a22359b1dafba877f8311f73e51216450209d (patch)
treeaaacb9243c7166ef3d2304e3f18070e4dae0af7c /zenserver/upstream/upstreamcache.cpp
parentMerge branch 'main' of https://github.com/EpicGames/zen (diff)
downloadzen-b31a22359b1dafba877f8311f73e51216450209d.tar.xz
zen-b31a22359b1dafba877f8311f73e51216450209d.zip
Fixed a number of unreferenced variable warnings
Diffstat (limited to 'zenserver/upstream/upstreamcache.cpp')
-rw-r--r--zenserver/upstream/upstreamcache.cpp2
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(),