]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2641] Update message that is printed when an SSL or socket error occurs
authorMukund Sivaraman <muks@isc.org>
Fri, 1 Mar 2013 03:53:30 +0000 (09:23 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 1 Mar 2013 03:53:30 +0000 (09:23 +0530)
... when connecting to cmdctl.

src/bin/bindctl/bindcmd.py

index f72a7c4e49e135d5e4e33fd60e4fd04695c547b0..ae6e3a0bdf4af0fa67dec99477e288787c2778b2 100644 (file)
@@ -217,9 +217,7 @@ WARNING: Python readline module isn't available, so the command line editor
 
     def __print_check_ssl_msg(self):
         self._print("Please check the logs of b10-cmdctl, there may "
-                    "be a problem accepting SSL connections, such "
-                    "as a permission problem on the server "
-                    "certificate file.")
+                    "have been a problem accepting SSL connections.")
 
     def _try_login(self, username, password):
         '''