Remove useless log message

This same log message is going to be printed twice, or an
alternative message is logged instead, so remove it.

Change-Id: I858660830f2397a5e25aada48cc5590222d0f82a
This commit is contained in:
Brant Knudson
2014-10-27 17:13:22 -05:00
parent 7780758f11
commit eedbab141f

View File

@@ -347,7 +347,6 @@ def cms_sign_data(data_to_sign, signing_cert_file_name, signing_key_file_name,
process, data, (signing_cert_file_name, signing_key_file_name))
if retcode or ('Error' in err):
LOG.error(_LE('Signing error: %s'), err)
if retcode == 3:
LOG.error(_LE('Signing error: Unable to load certificate - '
'ensure you have configured PKI with '