
20 Jan
2012
20 Jan
'12
5:34 a.m.
--- utils/Python/format.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/Python/format.py b/utils/Python/format.py index 5de8eb0..9c119dd 100644 --- a/utils/Python/format.py +++ b/utils/Python/format.py @@ -33,7 +33,7 @@ class Format(object): def print_string(self, msg, env_logger): """Only print a simple string""" - env_logger(msg) + env_logger.info(msg) self.write_log('\n%s' %msg) def print_start(self, msg, env_logger): -- 1.7.1