summaryrefslogtreecommitdiff
path: root/dht/ToxManager.hs
diff options
context:
space:
mode:
Diffstat (limited to 'dht/ToxManager.hs')
-rw-r--r--dht/ToxManager.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dht/ToxManager.hs b/dht/ToxManager.hs
index dd8f5940..733a0cdc 100644
--- a/dht/ToxManager.hs
+++ b/dht/ToxManager.hs
@@ -290,7 +290,7 @@ connectViaRelay tx theirKey theirDhtKey ann tkey now = do
290 Just contact -> do 290 Just contact -> do
291 established <- activeSesh tx theirKey 291 established <- activeSesh tx theirKey
292 runAction ann "connectViaRelay-print" $ do 292 runAction ann "connectViaRelay-print" $ do
293 dput XMan $ "connectViaRelay("++unpackAnnounceKey ann tkey++") " ++ show established 293 dput XMan $ "connectViaRelay("++unpackAnnounceKey ann tkey++") established=" ++ show established
294 return $ when (not established) go 294 return $ when (not established) go
295 -- $ scheduleImmediately ann tkey $ ScheduledItem go 295 -- $ scheduleImmediately ann tkey $ ScheduledItem go
296 -- return $ return () 296 -- return $ return ()