Prefix emulator input events with >>>
This commit is contained in:
parent
fbfbb8fc0f
commit
5f4fe7f120
2
emu.c
2
emu.c
@ -40,7 +40,7 @@ emit_ev(struct ovni_stream *stream, struct ovni_ev *ev)
|
||||
|
||||
delta = clock - stream->lastclock;
|
||||
|
||||
dbg("%d.%d.%d %c %c %c % 20ld % 15ld ",
|
||||
dbg(">>> %d.%d.%d %c %c %c % 20ld % 15ld ",
|
||||
stream->loom, stream->proc, stream->tid,
|
||||
ev->header.model, ev->header.class, ev->header.value, clock, delta);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user