aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mycan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mycan.c b/mycan.c
index efaafb4..e7202d5 100644
--- a/mycan.c
+++ b/mycan.c
@@ -106,7 +106,7 @@ int main(int argc, char **argv)
}
else if(ch != '\n')
{
- printf("Corrupted .csv file last char not newline, removing last line\n");
+ printf("Corrupted .csv file last character not \\n, removing last %d bytes of data\n",ENTRY_SIZE);
truncate(filename,offset-ENTRY_SIZE);
}
else