From: Mukund Sivaraman Date: Fri, 1 Mar 2013 03:53:30 +0000 (+0530) Subject: [2641] Update message that is printed when an SSL or socket error occurs X-Git-Tag: bind10-1.1.0beta1-release~51^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2e93cd2354580d7707c07f8f73e07e0e27f18c0;p=thirdparty%2Fkea.git [2641] Update message that is printed when an SSL or socket error occurs ... when connecting to cmdctl. --- diff --git a/src/bin/bindctl/bindcmd.py b/src/bin/bindctl/bindcmd.py index f72a7c4e49..ae6e3a0bdf 100644 --- a/src/bin/bindctl/bindcmd.py +++ b/src/bin/bindctl/bindcmd.py @@ -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): '''