Merge "Log the command output on CertificateConfigError"
This commit is contained in:
@@ -1262,6 +1262,7 @@ class AuthProtocol(object):
|
||||
self.signing_ca_file_name):
|
||||
self.fetch_ca_cert()
|
||||
continue
|
||||
self.LOG.error('CMS Verify output: %s', err.output)
|
||||
raise
|
||||
except cms.subprocess.CalledProcessError as err:
|
||||
self.LOG.warning('Verify error: %s', err)
|
||||
|
Reference in New Issue
Block a user