mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
moved validate info from vvv to debug
This commit is contained in:
parent
2261b2e59a
commit
011320793b
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue