From 91d8175cc5e1373c7728508fe1379cb15cecdbd5 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Mon, 4 May 2020 13:07:32 +0100 Subject: [PATCH] fix method name --- host-cache/src/main/groovy/com/muwire/hostcache/Crawler.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }