diff options
author | Joe Crayne <joe@jerkface.net> | 2018-09-09 17:13:34 -0400 |
---|---|---|
committer | Joe Crayne <joe@jerkface.net> | 2018-10-03 07:00:51 -0400 |
commit | c9f4768777ed33fbe33ad672c34da74718b938fc (patch) | |
tree | 319ca428af7153ba95742404ffd6dd28bbe4ffdd /examples/dhtd.hs | |
parent | 9c02c2816c826d8f40cfaa4409175c88cfc1ea12 (diff) |
Debug tag XUnexpected for anomalous unexpected errors.
Diffstat (limited to 'examples/dhtd.hs')
-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 d397730b..92af259c 100644 --- a/examples/dhtd.hs +++ b/examples/dhtd.hs | |||
@@ -1496,7 +1496,7 @@ sensibleDefaults = Options | |||
1496 | , ip6tox = True | 1496 | , ip6tox = True |
1497 | , dhtkey = Nothing | 1497 | , dhtkey = Nothing |
1498 | , verbosity = 2 | 1498 | , verbosity = 2 |
1499 | , verboseTags = [XUnused] | 1499 | , verboseTags = [XUnexpected, XUnused] |
1500 | } | 1500 | } |
1501 | 1501 | ||
1502 | -- bt=<port>,tox=<port> | 1502 | -- bt=<port>,tox=<port> |