Browse Source

[2641] Update message that is printed when an SSL or socket error occurs

... when connecting to cmdctl.
Mukund Sivaraman 12 years ago
parent
commit
e2e93cd235
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/bin/bindctl/bindcmd.py

+ 1 - 3
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):
     def __print_check_ssl_msg(self):
         self._print("Please check the logs of b10-cmdctl, there may "
         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):
     def _try_login(self, username, password):
         '''
         '''