summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2018-06-21 00:15:15 -0400
committerjoe <joe@jerkface.net>2018-06-21 00:15:15 -0400
commit2ead6b37f07b9d6c0f0ae8402ccabd1f98794c31 (patch)
treed60ab84078c23f8c4c009c1d91dc92cfdbdd1f05 /src
parentcd3095fe7e9a5a74a0fea7c8bfcd9e92ce20f8a0 (diff)
Added -v option to specify tags from command line.
Diffstat (limited to 'src')
-rw-r--r--src/DPut.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DPut.hs b/src/DPut.hs
index 121105fb..84f086b3 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 | XRoutes | XPing | XRefresh | XWLog | XMisc 14data DebugTag = XAnnounce | XBitTorrent | XDHT | XLan | XMan | XNetCrypto | XOnion | XRoutes | XPing | XRefresh | XJabber | XMisc
15 deriving (Eq,Ord,Show,Read,Enum,Bounded) 15 deriving (Eq,Ord,Show,Read,Enum,Bounded)
16 16
17appName :: String 17appName :: String