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.signing_ca_file_name):
|
||||||
self.fetch_ca_cert()
|
self.fetch_ca_cert()
|
||||||
continue
|
continue
|
||||||
|
self.LOG.error('CMS Verify output: %s', err.output)
|
||||||
raise
|
raise
|
||||||
except cms.subprocess.CalledProcessError as err:
|
except cms.subprocess.CalledProcessError as err:
|
||||||
self.LOG.warning('Verify error: %s', err)
|
self.LOG.warning('Verify error: %s', err)
|
||||||
|
Reference in New Issue
Block a user