diff options
Diffstat (limited to 'src/bin/bindctl/bindcmd.py')
-rw-r--r-- | src/bin/bindctl/bindcmd.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/bindctl/bindcmd.py b/src/bin/bindctl/bindcmd.py index 3bc25cc6fe..53d52c3145 100644 --- a/src/bin/bindctl/bindcmd.py +++ b/src/bin/bindctl/bindcmd.py @@ -234,8 +234,6 @@ WARNING: Python readline module isn't available, so the command line editor return (response, data) except (ssl.SSLError, socket.error) as err: self._print("Error while sending login information: ", err) - self._print("Please check the logs of b10-cmdctl, there may " - "have been a problem accepting SSL connections.") pass raise FailToLogin() |