diff options
author | joe <joe@jerkface.net> | 2018-06-09 20:05:22 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2018-06-09 20:05:22 -0400 |
commit | d9a57957141a02fbdf3c4dcb1a9744c276432cd2 (patch) | |
tree | dec3364bdda30c36408da31c97870e4217b72213 | |
parent | 82f28a1161666e27adcbb0e6c383f5ac5a836495 (diff) |
ui: More diagnostic info in onion display.
-rw-r--r-- | examples/dhtd.hs | 2 |
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> |