summaryrefslogtreecommitdiff
path: root/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/stream.c b/stream.c
index e5868c9..eb4e396 100644
--- a/stream.c
+++ b/stream.c
@@ -338,7 +338,9 @@ decode_poll(struct tcb *tcp, long pts)
tprintf("{fd=%d}", fds.fd);
continue;
}
- tprintf("{fd=%d, events=", fds.fd);
+ tprintf("{fd=");
+ printfd(tcp, fds.fd);
+ tprintf(", events=");
printflags(pollflags, fds.events, "POLL???");
tprintf("}");
}