Skip to content

Commit 60536c2

Browse files
authored
Pass the 'level' arg while calling self._dbg
1 parent 5c7c625 commit 60536c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Exscript/servers/telnetd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ def _handle_connection(self, conn):
7272
if response:
7373
conn.send(response.encode('utf8'))
7474
except Exception as err:
75-
self._dbg("_handle_connection(): ", err)
75+
self._dbg(1, "_handle_connection(): %s" % err)
7676
finally:
7777
conn.close()

0 commit comments

Comments
 (0)