diff options
author | Rob Austein <sra@hactrn.net> | 2008-05-16 19:03:45 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-05-16 19:03:45 +0000 |
commit | f223f8f36045fc7112d2a075d2965a863a716343 (patch) | |
tree | 8ef2ce0ec17aaa7247089f7a6c82148b5eb8d0aa | |
parent | c13a2945f594f175ff26d23075f6d29415b57723 (diff) |
Nit
svn path=/rpkid/rpki/https.py; revision=1786
-rw-r--r-- | rpkid/rpki/https.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/https.py b/rpkid/rpki/https.py index 57ef379f..45f0954b 100644 --- a/rpkid/rpki/https.py +++ b/rpkid/rpki/https.py @@ -157,7 +157,7 @@ def client(msg, client_key, client_cert, server_ta, url, timeout = 300): u.query == "" and \ u.fragment == "" - rpki.log.debug("Contacting URL %s" % url) + rpki.log.debug("Contacting %s" % url) if debug_tls_certs: for cert in (client_cert,) if isinstance(client_cert, rpki.x509.X509) else client_cert: |