Browse Source

[2855] Update comment

Mukund Sivaraman 12 years ago
parent
commit
4afd4b896c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/python/isc/server_common/bind10_server.py.in

+ 2 - 2
src/lib/python/isc/server_common/bind10_server.py.in

@@ -57,8 +57,8 @@ class BIND10Server:
       _shutdown_module: can be optionally defined for module-specific
                         finalization. This is called right before the
                         module CC session is stopped. If it raises an
-                        exception, the server shutdown will still
-                        continue.
+                        exception, the server will be immediately
+                        stopped.
                         Parameter: None, Return: None
 
     """