summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2018-09-09 17:13:34 -0400
committerJoe Crayne <joe@jerkface.net>2018-10-03 07:00:51 -0400
commitc9f4768777ed33fbe33ad672c34da74718b938fc (patch)
tree319ca428af7153ba95742404ffd6dd28bbe4ffdd /src
parent9c02c2816c826d8f40cfaa4409175c88cfc1ea12 (diff)
Debug tag XUnexpected for anomalous unexpected errors.
Diffstat (limited to 'src')
-rw-r--r--src/DPut.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DPut.hs b/src/DPut.hs
index f3760645..6fd69040 100644
--- a/src/DPut.hs
+++ b/src/DPut.hs
@@ -27,7 +27,8 @@ data DebugTag
27 | XJabber 27 | XJabber
28 | XMisc 28 | XMisc
29 | XNodeinfoSearch 29 | XNodeinfoSearch
30 | XUnused -- Never commit code that uses XUnused. 30 | XUnexpected -- Used only for special anomalous errors that we didn't expect to happen.
31 | XUnused -- Never commit code that uses XUnused.
31 deriving (Eq, Ord, Show, Read, Enum, Bounded) 32 deriving (Eq, Ord, Show, Read, Enum, Bounded)
32 33
33appName :: String 34appName :: String