Also display last received command for connection
This commit is contained in:
parent
ef2f1d56d4
commit
3c8867bf72
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class UiRequestPlugin(object):
|
|||
("%.3f", connection.cpu_time),
|
||||
("%.0fkB", connection.bytes_sent / 1024),
|
||||
("%.0fkB", connection.bytes_recv / 1024),
|
||||
("%s", connection.last_cmd),
|
||||
("<span title='Recv: %s'>%s</span>", (connection.last_cmd_recv, connection.last_cmd_sent)),
|
||||
("%s", connection.waiting_requests.keys()),
|
||||
("%s r%s", (connection.handshake.get("version"), connection.handshake.get("rev", "?"))),
|
||||
("%s", connection.sites)
|
||||
|
|
Loading…
Reference in a new issue