[svn] commit: r2866 - /trunk/src/bin/zonemgr/zonemgr.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Sep 8 15:25:58 UTC 2010
Author: jreed
Date: Wed Sep 8 15:25:58 2010
New Revision: 2866
Log:
Move comma (a typo) and add space in a stderr output.
Modified:
trunk/src/bin/zonemgr/zonemgr.py.in
Modified: trunk/src/bin/zonemgr/zonemgr.py.in
==============================================================================
--- trunk/src/bin/zonemgr/zonemgr.py.in (original)
+++ trunk/src/bin/zonemgr/zonemgr.py.in Wed Sep 8 15:25:58 2010
@@ -515,7 +515,7 @@
except KeyboardInterrupt:
sys.stderr.write("[b10-zonemgr] exit zonemgr process")
except isc.cc.session.SessionError as e:
- sys.stderr.write("[b10-zonemgr] Error creating ,zonemgr"
+ sys.stderr.write("[b10-zonemgr] Error creating zonemgr, "
"is the command channel daemon running?")
except isc.config.ModuleCCSessionError as e:
sys.stderr.write("info", "[b10-zonemgr] exit zonemgr process:", e)
More information about the bind10-changes
mailing list