diff options
author | Andrew Cady <d@jerkface.net> | 2018-06-19 17:18:30 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2018-06-20 19:48:38 -0400 |
commit | 07ef8d1d2fe204b628e08200a975effc51538163 (patch) | |
tree | dc07258f5585502f9eb8265403b13a8db5677754 /src/DPut.hs | |
parent | ff1f7c5f2815f81ba7156b409dde5eec87bf41ae (diff) |
route more logging through dput
Diffstat (limited to 'src/DPut.hs')
-rw-r--r-- | src/DPut.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DPut.hs b/src/DPut.hs index 3cb31160..b305a581 100644 --- a/src/DPut.hs +++ b/src/DPut.hs | |||
@@ -7,7 +7,7 @@ import Data.Maybe | |||
7 | import System.IO.Unsafe (unsafePerformIO) | 7 | import System.IO.Unsafe (unsafePerformIO) |
8 | import System.Log.Logger | 8 | import System.Log.Logger |
9 | 9 | ||
10 | data DebugTag = XAnnounce | XDHT | XOnion | XNetCrypto | XPing | XLan | XMisc | 10 | data DebugTag = XAnnounce | XDHT | XOnion | XNetCrypto | XPing | XLan | XMisc | XWLog |
11 | deriving (Eq,Ord,Show,Read,Enum,Bounded) | 11 | deriving (Eq,Ord,Show,Read,Enum,Bounded) |
12 | 12 | ||
13 | appName :: String | 13 | appName :: String |