Typo in log message (#2547)
This commit is contained in:
parent
93523d5828
commit
98af8531f0
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ private fun checkVersion() = if (isConnected()) {
|
||||||
}
|
}
|
||||||
}.start()
|
}.start()
|
||||||
} else
|
} else
|
||||||
log.debug("Github master version no checked. No connectivity")
|
log.debug("Github master version not checked. No connectivity")
|
||||||
|
|
||||||
fun compareWithCurrentVersion(newVersion: String?, currentVersion: String) {
|
fun compareWithCurrentVersion(newVersion: String?, currentVersion: String) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue