BIND 10 trac1175, updated. 5a98904fbd98cb2bffb816d74731e53ea03b25b5 [1175] correct the logging id
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Sep 13 09:22:59 UTC 2011
The branch, trac1175 has been updated
via 5a98904fbd98cb2bffb816d74731e53ea03b25b5 (commit)
via b2e42f39b157aaeb959e644883db05d872333d99 (commit)
from ca2a2abfd234cbe7fd9c820a67006feed8ae3682 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5a98904fbd98cb2bffb816d74731e53ea03b25b5
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Tue Sep 13 18:22:23 2011 +0900
[1175] correct the logging id
commit b2e42f39b157aaeb959e644883db05d872333d99
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Tue Sep 13 18:21:55 2011 +0900
[1175] add the package name for SessionError
-----------------------------------------------------------------------
Summary of changes:
src/bin/stats/stats.py.in | 2 +-
src/bin/stats/stats_httpd.py.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/stats/stats.py.in b/src/bin/stats/stats.py.in
index 77d4dd3..709050e 100644
--- a/src/bin/stats/stats.py.in
+++ b/src/bin/stats/stats.py.in
@@ -405,7 +405,7 @@ if __name__ == "__main__":
except OptionValueError as ove:
logger.fatal(STATS_BAD_OPTION_VALUE, ove)
sys.exit(1)
- except SessionError as se:
+ except isc.cc.session.SessionError as se:
logger.fatal(STATS_CC_SESSION_ERROR, se)
sys.exit(1)
except StatsError as se:
diff --git a/src/bin/stats/stats_httpd.py.in b/src/bin/stats/stats_httpd.py.in
index 22c2c4c..1e63f48 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)
More information about the bind10-changes
mailing list