move to warning (#66)

This commit is contained in:
bmc-msft
2020-10-01 15:37:01 -04:00
committed by GitHub
parent 5e3c79efd2
commit 27a798febe
3 changed files with 5 additions and 5 deletions

View File

@ -201,7 +201,7 @@ class Versions(Endpoint):
and api.patch >= cli.patch
)
if cli_str == "0.0.0" and not result:
self.logger.warn(
self.logger.warning(
"ignoring compatibility check as the CLI was installed "
"from git. api: %s cli: %s",
api_str,