]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1175] correct the logging id
authorNaoki Kambe <kambe@jprs.co.jp>
Tue, 13 Sep 2011 09:22:23 +0000 (18:22 +0900)
committerNaoki Kambe <kambe@jprs.co.jp>
Mon, 3 Oct 2011 02:52:52 +0000 (11:52 +0900)
src/bin/stats/stats_httpd.py.in

index e8f7f50fa1c8e6202810061ecea0e9f5a9f44112..596870a06f2f6444b9862301c9006fda125a94b6 100644 (file)
@@ -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)