Fix log statement
This commit is contained in:
parent
735766669e
commit
6f63346905
@ -36,7 +36,7 @@ class CheckLibVersionsPlugin : Plugin<Project> {
|
||||
println("UPGRADE {\"group\": \"$group\", \"name\": \"$name\", \"current\": \"$version\", \"latest\": \"$newest\"}")
|
||||
}
|
||||
} catch (e: Throwable) {
|
||||
logger.debug("Unable to download or parse $metaDataUrl: $e.message")
|
||||
logger.debug("Unable to download or parse {}: {}", metaDataUrl, e.message)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user