X-Git-Url: https://git.ralfj.de/saartuer.git/blobdiff_plain/e99d4446af1d2f2419c4de4fe3874f17b0873a48..92e7d7b2f8cd46ea9043f8f3aa5f877d688130e0:/tysock.py diff --git a/tysock.py b/tysock.py index 3a0cc3a..0984b2a 100644 --- a/tysock.py +++ b/tysock.py @@ -1,4 +1,4 @@ -import socket, os, stat +import socket, os, stat, struct, pwd, errno from statemachine import StateMachine from libtuer import logger SO_PEERCRED = 17 # DO - NOT - TOUCH @@ -74,7 +74,4 @@ class TySocket(): except KeyboardInterrupt: raise # forward Ctrl-C to the outside except Exception as e: - logger.error("TySocket: Something went wrong: %s" % str(e)) - - def stop(self): - pass + logger.critical("TySocket: Something went wrong: %s" % str(e))