X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Ftrust%2Fcredential.py;h=ac8e5b729b7216ee0f319e42d42a898484bda59a;hb=9ff1d2c9c4872731d1ec9fef7aa08a6ea2336491;hp=0ecf2956c3e32f5feae842d20be4a50ae15fa8e4;hpb=5ba556a20ef76522f93066c139714827691552ea;p=sfa.git diff --git a/sfa/trust/credential.py b/sfa/trust/credential.py index 0ecf2956..ac8e5b72 100644 --- a/sfa/trust/credential.py +++ b/sfa/trust/credential.py @@ -812,7 +812,7 @@ class Credential(object): trusted_cert_objects.append(GID(filename=f)) ok_trusted_certs.append(f) except Exception, exc: - logger.error("Failed to load trusted cert from %s: %r", f, exc) + logger.error("Failed to load trusted cert from %s: %r"%( f, exc)) trusted_certs = ok_trusted_certs # Use legacy verification if this is a legacy credential