Merge "Log the command output on CertificateConfigError"

This commit is contained in:
Jenkins
2014-03-09 19:50:37 +00:00
committed by Gerrit Code Review

View File

@@ -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)