summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2018-06-09 20:05:22 -0400
committerjoe <joe@jerkface.net>2018-06-09 20:05:22 -0400
commitd9a57957141a02fbdf3c4dcb1a9744c276432cd2 (patch)
treedec3364bdda30c36408da31c97870e4217b72213 /examples
parent82f28a1161666e27adcbb0e6c383f5ac5a836495 (diff)
ui: More diagnostic info in onion display.
Diffstat (limited to 'examples')
-rw-r--r--examples/dhtd.hs2
1 files changed, 1 insertions, 1 deletions
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
819 | otherwise = [show n, "error!",""] 819 | otherwise = [show n, "error!",""]
820 r = map (uncurry showRecord) $ IntMap.toAscList rs 820 r = map (uncurry showRecord) $ IntMap.toAscList rs
821 return $ do 821 return $ do
822 hPutClientChunk h $ "trampolines: " ++ show (IntMap.size ts,tcnt) ++ "\n" 822 hPutClientChunk h $ "trampolines: " ++ show (IntMap.size ts,tcnt,icnt) ++ "\n"
823 hPutClient h $ showColumns $ ["","responses","timeouts"]:r 823 hPutClient h $ showColumns $ ["","responses","timeouts"]:r
824 824
825 -- necrypto <FRIEND-TOXID> 825 -- necrypto <FRIEND-TOXID>