fix method name

pull/53/head
Zlatin Balevsky 2020-05-04 13:07:32 +01:00
parent b4c6c77167
commit 91d8175cc5
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -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
}