summaryrefslogtreecommitdiff
path: root/examples/dhtd.hs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2018-06-21 22:32:18 -0400
committerAndrew Cady <d@jerkface.net>2018-06-21 22:40:41 -0400
commit212c64c55d08c645db8f1ab8cbe7fc718261ad0b (patch)
treebb58fbfaf8104fd5c702eb3307a34c16febfc7b2 /examples/dhtd.hs
parent5622c6cdce0b8572434e8ab24fbae7f57ffadf3e (diff)
replace XMisc with XUnused as the default verboseTag
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 a2aeab22..275479f4 100644
--- a/examples/dhtd.hs
+++ b/examples/dhtd.hs
@@ -1314,7 +1314,7 @@ sensibleDefaults = Options
1314 , ip6tox = True 1314 , ip6tox = True
1315 , dhtkey = Nothing 1315 , dhtkey = Nothing
1316 , verbosity = 2 1316 , verbosity = 2
1317 , verboseTags = [XMisc] 1317 , verboseTags = [XUnused]
1318 } 1318 }
1319 1319
1320-- bt=<port>,tox=<port> 1320-- bt=<port>,tox=<port>