summaryrefslogtreecommitdiff
path: root/dht/src/DebugTag.hs
diff options
context:
space:
mode:
Diffstat (limited to 'dht/src/DebugTag.hs')
-rw-r--r--dht/src/DebugTag.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/dht/src/DebugTag.hs b/dht/src/DebugTag.hs
index 83f9b1f8..75d07ef8 100644
--- a/dht/src/DebugTag.hs
+++ b/dht/src/DebugTag.hs
@@ -7,20 +7,16 @@ data DebugTag
7 = XAnnounce 7 = XAnnounce
8 | XAnnounceResponse 8 | XAnnounceResponse
9 | XBitTorrent 9 | XBitTorrent
10 | XDHT
11 | XLan 10 | XLan
12 | XMan 11 | XMan
13 | XNetCrypto 12 | XNetCrypto
14 | XNetCryptoOut
15 | XOnion 13 | XOnion
16 | XRelay 14 | XRelay
17 | XRoutes 15 | XRoutes
18 | XPing 16 | XPing
19 | XRefresh
20 | XJabber 17 | XJabber
21 | XTCP 18 | XTCP
22 | XMisc 19 | XMisc
23 | XNodeinfoSearch
24 | XUnexpected -- Used only for special anomalous errors that we didn't expect to happen. 20 | XUnexpected -- Used only for special anomalous errors that we didn't expect to happen.
25 | XUnused -- Never commit code that uses XUnused. 21 | XUnused -- Never commit code that uses XUnused.
26 deriving (Eq, Ord, Show, Read, Enum, Bounded,Typeable) 22 deriving (Eq, Ord, Show, Read, Enum, Bounded,Typeable)