Typo in log message (#2547)

This commit is contained in:
Winfried Kuiper 2020-04-05 21:11:13 +02:00 committed by GitHub
parent 93523d5828
commit 98af8531f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ private fun checkVersion() = if (isConnected()) {
}
}.start()
} 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) {