moved validate info from vvv to debug

This commit is contained in:
Brian Coca 2016-05-27 09:44:42 -04:00
parent 0de111be00
commit 2452bd2135
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ class GalaxyAPI(object):
self.version = None
self.initialized = False
display.vvv('Validate TLS certificates: %s' % self._validate_certs)
display.debug('Validate TLS certificates: %s' % self._validate_certs)
# set the API server
if galaxy.options.api_server != C.GALAXY_SERVER:

View file

@ -56,7 +56,7 @@ class GalaxyRole(object):
self._install_info = None
self._validate_certs = not galaxy.options.ignore_certs
display.vvv('Validate TLS certificates: %s' % self._validate_certs)
display.debug('Validate TLS certificates: %s' % self._validate_certs)
self.options = galaxy.options
self.galaxy = galaxy