diff --git a/prv.c b/prv.c index caa5c74..5e6b96a 100644 --- a/prv.c +++ b/prv.c @@ -8,6 +8,7 @@ void prv_ev(FILE *f, int row, int64_t time, int type, int val) { + dbg("<<< 2:0:1:1:%d:%ld:%d:%d\n", row, time, type, val); fprintf(f, "2:0:1:1:%d:%ld:%d:%d\n", row, time, type, val); }