diff --git a/host-cache/src/main/groovy/com/muwire/hostcache/HostCache.groovy b/host-cache/src/main/groovy/com/muwire/hostcache/HostCache.groovy index 008917d8..c35aead9 100644 --- a/host-cache/src/main/groovy/com/muwire/hostcache/HostCache.groovy +++ b/host-cache/src/main/groovy/com/muwire/hostcache/HostCache.groovy @@ -117,7 +117,7 @@ public class HostCache { break case "CrawlerPong": println "CrawlerPong" - crawler.handleCrawlerPong(sender, payload) + crawler.handleCrawlerPong(payload, sender) break default: println "WARN: Unexpected message type ${payload.type}, dropping"