7f22d89872
We mean the (numeric) logging level here and not the info() function. logger.isEnabledFor() takes the logging level as argument, obviously. This was a stupid typo that failed under python3. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>