]> rtime.felk.cvut.cz Git - can-utils.git/blobdiff - log2long.c
candump: Enable HW timestamping before using it
[can-utils.git] / log2long.c
index 297d43f13d7cd0fe6fea8e27958a6a53dc7d86db..2c52c784a18f4484510b34f0504535fb47df9f95 100644 (file)
@@ -1,7 +1,3 @@
-/*
- *  $Id$
- */
-
 /*
  * log2long.c - convert compact CAN frame representation into user readable
  *
@@ -76,7 +72,7 @@ int main(int argc, char **argv)
                }
 
                sprint_long_canframe(ascframe, &cf,
-                                    CANLIB_VIEW_ASCII,
+                                    (CANLIB_VIEW_INDENT_SFF | CANLIB_VIEW_ASCII),
                                     maxdlen); /* with ASCII output */
 
                printf("%s  %s  %s\n", timestamp, device, ascframe);