aboutsummaryrefslogtreecommitdiff
path: root/scripts/rpki/https.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-12-22 03:31:28 +0000
committerRob Austein <sra@hactrn.net>2007-12-22 03:31:28 +0000
commit4d6552f5d61760b939d4e5f2b90a59d15d04575d (patch)
treede2c31b1a45829583c3235a05a103347a035863a /scripts/rpki/https.py
parent3f20b36ed42efba0ee12317a4b8dbd7c88c24e82 (diff)
Checkpoint
svn path=/scripts/irdb.py; revision=1415
Diffstat (limited to 'scripts/rpki/https.py')
-rw-r--r--scripts/rpki/https.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rpki/https.py b/scripts/rpki/https.py
index 38c4a116..730e4481 100644
--- a/scripts/rpki/https.py
+++ b/scripts/rpki/https.py
@@ -75,7 +75,7 @@ class requestHandler(BaseHTTPServer.BaseHTTPRequestHandler):
rcode, rtext = handler(query = self.rfile.read(int(self.headers["Content-Length"])),
path = self.path)
except Exception, edata:
- traceback.print_exc()
+ rpki.log.error(traceback.format_exc())
rcode, rtext = 500, "Unhandled exception %s" % edata
self.send_response(rcode)
self.send_header("Content-Type", rpki_content_type)