summaryrefslogtreecommitdiff
path: root/src/DPut.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2018-06-20 23:30:47 -0400
committerjoe <joe@jerkface.net>2018-06-20 23:30:47 -0400
commitcd3095fe7e9a5a74a0fea7c8bfcd9e92ce20f8a0 (patch)
tree8589ede4fe96b757ec1d8d394f807dad278cea9a /src/DPut.hs
parent825962518c6ad00279fc23e8e1dec746980e483f (diff)
XRoutes debug tag, clearer "k secrets" output, missing signature.
Diffstat (limited to 'src/DPut.hs')
-rw-r--r--src/DPut.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DPut.hs b/src/DPut.hs
index ff828112..121105fb 100644
--- a/src/DPut.hs
+++ b/src/DPut.hs
@@ -11,7 +11,7 @@ import qualified Data.Text as T
11import qualified Data.Text.Encoding as T 11import qualified Data.Text.Encoding as T
12 12
13-- | Debug Tags, add more as needed, but ensure XAnnounce is always first, XMisc last 13-- | Debug Tags, add more as needed, but ensure XAnnounce is always first, XMisc last
14data DebugTag = XAnnounce | XBitTorrent | XDHT | XLan | XMan | XNetCrypto | XOnion | XPing | XRefresh | XWLog | XMisc 14data DebugTag = XAnnounce | XBitTorrent | XDHT | XLan | XMan | XNetCrypto | XOnion | XRoutes | XPing | XRefresh | XWLog | XMisc
15 deriving (Eq,Ord,Show,Read,Enum,Bounded) 15 deriving (Eq,Ord,Show,Read,Enum,Bounded)
16 16
17appName :: String 17appName :: String