diff --git a/tools/test.py b/tools/test.py index 5d1d2774534..1f81da65539 100755 --- a/tools/test.py +++ b/tools/test.py @@ -1368,7 +1368,7 @@ def Main(): ch = logging.StreamHandler(sys.stdout) logger.addHandler(ch) - logger.setLevel('INFO') + logger.setLevel(logging.INFO) if options.logfile: fh = logging.FileHandler(options.logfile) logger.addHandler(fh)