diff --git a/seth/main.py b/seth/main.py index ba1b37c..7880612 100644 --- a/seth/main.py +++ b/seth/main.py @@ -48,7 +48,7 @@ def run(self): except (ssl.SSLError, ssl.SSLEOFError) as e: print("SSLError: %s" % str(e)) except (ConnectionResetError, OSError) as e: - print("Connection lost") + print("Connection lost (%s)" % str(e)) if "creds" in self.vars: stop_attack()