summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent')
-rw-r--r--src/Network/BitTorrent/Tracker/RPC/UDP.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Tracker/RPC/UDP.hs b/src/Network/BitTorrent/Tracker/RPC/UDP.hs
index 4fea7d17..13c108ed 100644
--- a/src/Network/BitTorrent/Tracker/RPC/UDP.hs
+++ b/src/Network/BitTorrent/Tracker/RPC/UDP.hs
@@ -166,7 +166,7 @@ data RpcException
166 -- | Tracker exists but not responding for specific number of seconds. 166 -- | Tracker exists but not responding for specific number of seconds.
167 | TrackerNotResponding Int 167 | TrackerNotResponding Int
168 168
169 -- | Tracker respond with unexpected message type. 169 -- | Tracker responded with unexpected message type.
170 | UnexpectedResponse 170 | UnexpectedResponse
171 { expectedMsg :: String 171 { expectedMsg :: String
172 , actualMsg :: String 172 , actualMsg :: String