X-Git-Url: https://git.ralfj.de/saartuer.git/blobdiff_plain/4f9482a7c46d5930b309a5796c39f81efa3989ae..0c9ef9a101c6adfe914f9d039c8ec6698ccf8eb5:/tysock.py diff --git a/tysock.py b/tysock.py index cd11214..82d26a8 100644 --- a/tysock.py +++ b/tysock.py @@ -74,4 +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)) + logger.critical("TySocket: Something went wrong: %s" % str(e))