Log pane which received input data.

pull/121/head
nicm 2015-09-02 17:52:57 +00:00
parent 38e3baab2a
commit 6c10fc659a
1 changed files with 2 additions and 2 deletions

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) {