Explorar o código

corrected a small typo calling the logger object

Helmut Pozimski %!s(int64=11) %!d(string=hai) anos
pai
achega
140bdc5c31
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()