improved message parsing

This commit is contained in:
SJ
2012-08-21 21:57:39 +02:00
parent d763892f3e
commit 7e8c7f12b6
9 changed files with 162 additions and 33 deletions

View File

@@ -97,7 +97,7 @@ ENDE:
switch(rc) {
case OK:
printf("imported: %s\n", filename);
//printf("imported: %s\n", filename);
bzero(&counters, sizeof(counters));
counters.c_size += sdata->tot_len;
@@ -106,7 +106,7 @@ ENDE:
break;
case ERR_EXISTS:
printf("discarding duplicate message: %s\n", filename);
//printf("discarding duplicate message: %s\n", filename);
rc = OK;
break;