summaryrefslogtreecommitdiff
path: root/dht/src/Data
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2020-01-11 13:59:13 -0500
committerJoe Crayne <joe@jerkface.net>2020-01-11 13:59:13 -0500
commitf8ef399a959eaacf14c09e5bd0794de934f397eb (patch)
tree4bc690cfeb1a66eca04a6f69b41c4b9cffcffa4a /dht/src/Data
parent0e3c922142177b093d90cba81d0b6712172e1f57 (diff)
Reclassifying debug prints.
Diffstat (limited to 'dht/src/Data')
-rw-r--r--dht/src/Data/Tox/Onion.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/dht/src/Data/Tox/Onion.hs b/dht/src/Data/Tox/Onion.hs
index 86fc71f4..faff3cdf 100644
--- a/dht/src/Data/Tox/Onion.hs
+++ b/dht/src/Data/Tox/Onion.hs
@@ -831,8 +831,8 @@ decrypt crypto msg addr = do
831 Right (msg, addr) 831 Right (msg, addr)
832 case msg of 832 case msg of
833 OnionToRouteResponse {} -> case result of 833 OnionToRouteResponse {} -> case result of
834 Left e -> dput XOnion $ "Error decrypting data-to-route response: " ++ e 834 Left e -> dput XMan $ "Error decrypting data-to-route response: " ++ e
835 Right m -> dput XOnion $ "Decrypted data-to-route response: " ++ show (fst m) 835 Right m -> dput XMan $ "Decrypted data-to-route response: " ++ show (fst m)
836 _ -> return () 836 _ -> return ()
837 return result 837 return result
838 838