summaryrefslogtreecommitdiff
path: root/dht/src/DebugTag.hs
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2020-01-24 10:27:14 +0000
committerJames Crayne <jim.crayne@gmail.com>2020-01-24 10:27:14 +0000
commitaebcf4e527063a10f4b22ed476766926a45d4f50 (patch)
treeadc2931b88fdaabbe50eeec7accf40bad877dc6a /dht/src/DebugTag.hs
parent8db413d9a903f6f603b078f86f80a38306b9034d (diff)
Catch exceptions on no avahi dbus service.
Diffstat (limited to 'dht/src/DebugTag.hs')
-rw-r--r--dht/src/DebugTag.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/dht/src/DebugTag.hs b/dht/src/DebugTag.hs
index 93b5b74f..37593e63 100644
--- a/dht/src/DebugTag.hs
+++ b/dht/src/DebugTag.hs
@@ -7,6 +7,7 @@ data DebugTag
7 = XAnnounce 7 = XAnnounce
8 | XAnnounceResponse 8 | XAnnounceResponse
9 | XBitTorrent 9 | XBitTorrent
10 | XDBus
10 | XLan 11 | XLan
11 | XMan 12 | XMan
12 | XNetCrypto 13 | XNetCrypto