canlogserver: remove fprint_canframe usage
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>pull/504/head
parent
48e10c9c57
commit
3b36edf128
|
|
@ -428,9 +428,7 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
/* print CAN frame in log file style to stdout */
|
/* print CAN frame in log file style to stdout */
|
||||||
printf("(%lu.%06lu) ", tv.tv_sec, tv.tv_usec);
|
printf("%s", temp);
|
||||||
printf("%*s ", max_devname_len, devname[idx]);
|
|
||||||
fprint_canframe(stdout, &frame, "\n", 0, maxdlen);
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue