diff --git a/host-cache/src/main/groovy/com/muwire/hostcache/Crawler.groovy b/host-cache/src/main/groovy/com/muwire/hostcache/Crawler.groovy index 1cb248f8..c2d75a63 100644 --- a/host-cache/src/main/groovy/com/muwire/hostcache/Crawler.groovy +++ b/host-cache/src/main/groovy/com/muwire/hostcache/Crawler.groovy @@ -46,7 +46,7 @@ class Crawler { } if (!uuid.equals(currentUUID)) { - log.warn("uuid mismatch $uuid expected $currentUUID") + log.warning("uuid mismatch $uuid expected $currentUUID") hostPool.fail(host) return }