[svn] commit: r1320 - /trunk/src/bin/xfrin/xfrin.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Mar 11 08:20:43 UTC 2010
Author: zhanglikun
Date: Thu Mar 11 08:20:42 2010
New Revision: 1320
Log:
Add error message when xfrin is run standalone.
Modified:
trunk/src/bin/xfrin/xfrin.py.in
Modified: trunk/src/bin/xfrin/xfrin.py.in
==============================================================================
--- trunk/src/bin/xfrin/xfrin.py.in (original)
+++ trunk/src/bin/xfrin/xfrin.py.in Thu Mar 11 08:20:42 2010
@@ -438,6 +438,9 @@
xfrind.startup()
except KeyboardInterrupt:
print("exit http server")
+ except isc.cc.session.SessionError as e:
+ print(e)
+ print('[b10-xfrin] Error happened! is the command channel daemon running?')
except Exception as e:
print(e)
More information about the bind10-changes
mailing list