mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-08 01:04:06 +01:00
Show libevent version in showmsgs -I.
This commit is contained in:
parent
9cccb8c115
commit
bdbbd9711c
@ -62,6 +62,8 @@ cmd_show_messages_server(struct cmd_q *cmdq)
|
|||||||
cmdq_print(cmdq, "started %s", tim);
|
cmdq_print(cmdq, "started %s", tim);
|
||||||
cmdq_print(cmdq, "socket path %s", socket_path);
|
cmdq_print(cmdq, "socket path %s", socket_path);
|
||||||
cmdq_print(cmdq, "protocol version %d", PROTOCOL_VERSION);
|
cmdq_print(cmdq, "protocol version %d", PROTOCOL_VERSION);
|
||||||
|
cmdq_print(cmdq, "libevent %s (%s)", event_get_version(),
|
||||||
|
event_get_method());
|
||||||
|
|
||||||
return (1);
|
return (1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user