Przeglądaj źródła

corrected a small typo calling the logger object

Helmut Pozimski 11 lat temu
rodzic
commit
140bdc5c31
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      stdd

+ 1 - 1
stdd

@@ -87,7 +87,7 @@ if config.syslog_level == "debug":
 elif config.syslog_level == "error":
 	logger.setLevel(logging.ERROR)
 else:
-	logget.setLevel(logging.INFO)
+	logger.setLevel(logging.INFO)
 
 syslog_handler = logging.handlers.SysLogHandler("/dev/log")
 console_handler = logging.StreamHandler()