aboutsummaryrefslogtreecommitdiff
path: root/rtr-origin
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2012-03-21 01:43:06 +0000
committerRob Austein <sra@hactrn.net>2012-03-21 01:43:06 +0000
commitd8489aa817625336c2344c4e706b1635bad4cee6 (patch)
tree7d0f27cd2694fd72703e179cca32dceb0b41b294 /rtr-origin
parentd559bc6a29311fa1c414ce8cc3632f5f74ee8485 (diff)
Gah, typo in [4400].
svn path=/trunk/; revision=4404
Diffstat (limited to 'rtr-origin')
-rwxr-xr-xrtr-origin/rtr-origin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtr-origin/rtr-origin.py b/rtr-origin/rtr-origin.py
index 9064e77a..d2986c1f 100755
--- a/rtr-origin/rtr-origin.py
+++ b/rtr-origin/rtr-origin.py
@@ -1065,7 +1065,7 @@ class pdu_channel(asynchat.async_chat):
for line in traceback.format_exc().splitlines():
log(line)
else:
- log("[Exception: %s: %s]" % (c.__name__, e)
+ log("[Exception: %s: %s]" % (c.__name__, e))
log("[Exiting after unhandled exception]")
sys.exit(1)
@@ -1362,7 +1362,7 @@ class kickme_channel(asyncore.dispatcher):
for line in traceback.format_exc().splitlines():
log(line)
else:
- log("[Exception: %s: %s]" % (c.__name__, e)
+ log("[Exception: %s: %s]" % (c.__name__, e))
log("[Exiting after unhandled exception]")
sys.exit(1)