mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Fix log statement
This commit is contained in:
parent
735766669e
commit
6f63346905
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue