From d9a57957141a02fbdf3c4dcb1a9744c276432cd2 Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 9 Jun 2018 20:05:22 -0400 Subject: ui: More diagnostic info in onion display. --- examples/dhtd.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/dhtd.hs b/examples/dhtd.hs index fce976db..ea94b7ce 100644 --- a/examples/dhtd.hs +++ b/examples/dhtd.hs @@ -819,7 +819,7 @@ clientSession s@Session{..} sock cnum h = do | otherwise = [show n, "error!",""] r = map (uncurry showRecord) $ IntMap.toAscList rs return $ do - hPutClientChunk h $ "trampolines: " ++ show (IntMap.size ts,tcnt) ++ "\n" + hPutClientChunk h $ "trampolines: " ++ show (IntMap.size ts,tcnt,icnt) ++ "\n" hPutClient h $ showColumns $ ["","responses","timeouts"]:r -- necrypto -- cgit v1.2.3