summaryrefslogtreecommitdiff
path: root/dht/src/DebugUtil.hs
diff options
context:
space:
mode:
Diffstat (limited to 'dht/src/DebugUtil.hs')
-rw-r--r--dht/src/DebugUtil.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/dht/src/DebugUtil.hs b/dht/src/DebugUtil.hs
index e7a10397..96ab8cc5 100644
--- a/dht/src/DebugUtil.hs
+++ b/dht/src/DebugUtil.hs
@@ -25,7 +25,8 @@ showColumns rows = do
25 " " ++ concat (zipWith (printf "%-*s") (init ws) (init fs)) ++ last fs ++ "\n" 25 " " ++ concat (zipWith (printf "%-*s") (init ws) (init fs)) ++ last fs ++ "\n"
26 26
27 27
28threadReport :: Bool -> IO String 28threadReport :: Bool -- ^ False to summarize search threads.
29 -> IO String
29threadReport want_ss = do 30threadReport want_ss = do
30 threads <- threadsInformation 31 threads <- threadsInformation
31 tm <- getCurrentTime 32 tm <- getCurrentTime