From: Naoki Kambe Date: Tue, 13 Sep 2011 09:22:23 +0000 (+0900) Subject: [1175] correct the logging id X-Git-Tag: perftcpdns_before_epoll~121 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a35b62699480e149f22f4e039935bfcf41f97ac2;p=thirdparty%2Fkea.git [1175] correct the logging id --- diff --git a/src/bin/stats/stats_httpd.py.in b/src/bin/stats/stats_httpd.py.in index e8f7f50fa1..596870a06f 100644 --- a/src/bin/stats/stats_httpd.py.in +++ b/src/bin/stats/stats_httpd.py.in @@ -513,7 +513,7 @@ if __name__ == "__main__": logger.fatal(STATHTTPD_CC_SESSION_ERROR, se) sys.exit(1) except HttpServerError as hse: - logger.fatal(STATHTTPD_START_SERVER_ERROR, hse) + logger.fatal(STATHTTPD_START_SERVER_INIT_ERROR, hse) sys.exit(1) except KeyboardInterrupt as kie: logger.info(STATHTTPD_STOPPED_BY_KEYBOARD)