We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c7c625 + 60536c2 commit 09fdbcfCopy full SHA for 09fdbcf
1 file changed
Exscript/servers/telnetd.py
@@ -72,6 +72,6 @@ def _handle_connection(self, conn):
72
if response:
73
conn.send(response.encode('utf8'))
74
except Exception as err:
75
- self._dbg("_handle_connection(): ", err)
+ self._dbg(1, "_handle_connection(): %s" % err)
76
finally:
77
conn.close()
0 commit comments