diff options
author | Rob Austein <sra@hactrn.net> | 2008-01-23 07:01:30 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-01-23 07:01:30 +0000 |
commit | f195bbbae865b649a5f05e8ce664356e1dc2dc30 (patch) | |
tree | c1dce636692f29980fdb091c58fec81733ca9dda /scripts | |
parent | 1bb3a5436de0c80be892a1861b90c47234adc2b3 (diff) |
Nit
svn path=/scripts/testbed.py; revision=1493
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/testbed.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/testbed.py b/scripts/testbed.py index e74eda5f..cfa724da 100644 --- a/scripts/testbed.py +++ b/scripts/testbed.py @@ -264,7 +264,7 @@ def main(): rpki.log.info("Killing %n[%d]" % (n, p.pid)) os.kill(p.pid, signal.SIGTERM) except Exception, data: - rpki.log.warn("Couldn't clean up daemons (%s), continuing" % data) + rpki.log.warning("Couldn't clean up daemons (%s), continuing" % data) class timedelta(datetime.timedelta): """Timedelta with text parsing. This accepts two input formats: |