mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
client_mock: Write client name in 'waiting...' message
This commit is contained in:
@ -41,7 +41,7 @@ class ClientMock:
|
||||
# Received nothing
|
||||
return []
|
||||
if self.show_io:
|
||||
print('{:.3f} waiting…'.format(time.time()))
|
||||
print('{:.3f} {}: waiting…'.format(time.time(), self.name))
|
||||
time.sleep(0.1)
|
||||
continue
|
||||
except ConnectionResetError:
|
||||
|
Reference in New Issue
Block a user