diff options
author | Rob Austein <sra@hactrn.net> | 2014-05-22 19:31:03 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-05-22 19:31:03 +0000 |
commit | 13134a0f8376c0cdffde344af319320257f39dbe (patch) | |
tree | 947f431dcaa99da9a1e66b73d7ea508bd0811bc7 /ca/tests/smoketest.py | |
parent | c9242982534fadbdf13d81cd119285899a16ed42 (diff) |
Initial conversion to Python logging system. Still very crude.
svn path=/trunk/; revision=5835
Diffstat (limited to 'ca/tests/smoketest.py')
-rw-r--r-- | ca/tests/smoketest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ca/tests/smoketest.py b/ca/tests/smoketest.py index e5f5a754..46182b52 100644 --- a/ca/tests/smoketest.py +++ b/ca/tests/smoketest.py @@ -339,7 +339,7 @@ def cmd_echo(cb, *words): """ Echo some text to the log. """ - rpki.log.note(" ".join(words)) + rpki.log.info(" ".join(words)) cb() ## @var cmds |