diff options
| author | nicm <nicm> | 2015-09-02 17:52:57 +0000 |
|---|---|---|
| committer | nicm <nicm> | 2015-09-02 17:52:57 +0000 |
| commit | 6c10fc659a096d2d3514e23b1300c4bf51a122a4 (patch) | |
| tree | c9a489ca6101be1abd18ae3a00baebdde45cbf4d | |
| parent | 38e3baab2a8f46d910ea5104b48d4c71480d4814 (diff) | |
| download | rtmux-6c10fc659a096d2d3514e23b1300c4bf51a122a4.tar.gz rtmux-6c10fc659a096d2d3514e23b1300c4bf51a122a4.tar.bz2 rtmux-6c10fc659a096d2d3514e23b1300c4bf51a122a4.zip | |
Log pane which received input data.
| -rw-r--r-- | input.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |