summaryrefslogtreecommitdiff
path: root/examples/dhtd.hs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2018-06-21 22:55:53 -0400
committerAndrew Cady <d@jerkface.net>2018-06-21 22:56:22 -0400
commit7f8d1a5581af33749e0218815e62cc641ef8b64c (patch)
tree306e025491a92a3cd0f66462c072ebc47679679b /examples/dhtd.hs
parent44932179bf68377dc6a3b940ca8979bcd717beab (diff)
all debug tags matter
Diffstat (limited to 'examples/dhtd.hs')
-rw-r--r--examples/dhtd.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dhtd.hs b/examples/dhtd.hs
index 0731d322..ce6cc8f7 100644
--- a/examples/dhtd.hs
+++ b/examples/dhtd.hs
@@ -373,7 +373,7 @@ clientSession s@Session{..} sock cnum h = do
373 case B.unsnoc x of 373 case B.unsnoc x of
374 Just (str,c) | isSpace c -> (str,False) 374 Just (str,c) | isSpace c -> (str,False)
375 _ -> (x,True) 375 _ -> (x,True)
376 allDebugTags = [XAnnounce .. XMisc] 376 allDebugTags = [minBound .. maxBound]
377 showDebugTags = do 377 showDebugTags = do
378 vs <- mapM getVerbose allDebugTags 378 vs <- mapM getVerbose allDebugTags
379 let f True = "v" 379 let f True = "v"