1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Log pane which received input data.

This commit is contained in:
nicm 2015-09-02 17:52:57 +00:00
parent 38e3baab2a
commit 6c10fc659a

View File

@ -862,8 +862,8 @@ input_parse(struct window_pane *wp)
notify_input(wp, evb);
off = 0;
log_debug("%s: %s, %zu bytes: %.*s", __func__, ictx->state->name, len,
(int)len, buf);
log_debug("%s: %%%u %s, %zu bytes: %.*s", __func__, wp->id,
ictx->state->name, len, (int)len, buf);
/* Parse the input. */
while (off < len) {