Commit 4db837ee authored by mgravell's avatar mgravell

typo

parent ac2f653a
......@@ -238,7 +238,7 @@ void add(string lk, string sk, string v)
add("Queue-Awaiting-Write", "qu", qu.ToString());
add("Queue-Awaiting-Response", "qs", qs.ToString());
add("Active-Writer", "aw", aw.ToString());
add("Backlog-Writer", "bs", bs.ToString());
if (qu != 0) add("Backlog-Writer", "bw", bs.ToString());
if (@in >= 0) add("Inbound-Bytes", "in", @in.ToString());
if (toRead >= 0) add("Inbound-Pipe-Bytes", "in-pipe", toRead.ToString());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment