slcand: add flow control option
[profile/ivi/can-utils.git] / log2long.c
index 297d43f..2c52c78 100644 (file)
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * log2long.c - convert compact CAN frame representation into user readable
  *
  * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
@@ -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);