diff options
author | Rob Austein <sra@hactrn.net> | 2009-05-31 00:29:15 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-05-31 00:29:15 +0000 |
commit | fd6c0d51c75ccb24b50a4247ac34ab24f62f8636 (patch) | |
tree | 6b57bde689b378d232b78e70ccb552694718ec20 /rpkid | |
parent | d86ab23f3e79a8a832466d0df10a9421991b4132 (diff) |
Typo
svn path=/rpkid/testbed.py; revision=2480
Diffstat (limited to 'rpkid')
-rw-r--r-- | rpkid/testbed.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/testbed.py b/rpkid/testbed.py index 05036ddc..1d0ae22d 100644 --- a/rpkid/testbed.py +++ b/rpkid/testbed.py @@ -287,7 +287,7 @@ def main(): except: - rpki.log.inf9("Event loop exited with an exception") + rpki.log.info("Event loop exited with an exception") raise finally: |