Prefix emulator input events with >>>

This commit is contained in:
Rodrigo Arias 2021-10-21 16:28:37 +02:00
parent fbfbb8fc0f
commit 5f4fe7f120

2
emu.c
View File

@ -40,7 +40,7 @@ emit_ev(struct ovni_stream *stream, struct ovni_ev *ev)
delta = clock - stream->lastclock; 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, stream->loom, stream->proc, stream->tid,
ev->header.model, ev->header.class, ev->header.value, clock, delta); ev->header.model, ev->header.class, ev->header.value, clock, delta);