Browse Source

Move comma (a typo) and add space in a stderr output.

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2866 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed 14 years ago
parent
commit
fe07a081a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/zonemgr/zonemgr.py.in

+ 1 - 1
src/bin/zonemgr/zonemgr.py.in

@@ -515,7 +515,7 @@ if '__main__' == __name__:
     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)