Fix logging -> logger typo.

This commit is contained in:
Jakub Warmuz
2015-07-24 06:41:56 +00:00
parent 82147f1f5e
commit ab097d128b
+1 -1
View File
@@ -145,7 +145,7 @@ binary for temporary key/certificate generation.""".replace("\n", "")
# "preexec_fn" is UNIX specific, but so is "command"
preexec_fn=os.setsid)
except OSError as error: # ValueError should not happen!
logging.debug(
logger.debug(
"Couldn't execute manual command: %s", error, exc_info=True)
return False
logger.debug("Manual command running as PID %s.", self._httpd.pid)