added a tweak option to change the sent time piler stores

This commit is contained in:
SJ
2013-02-22 15:01:21 +01:00
parent e685bcffc1
commit b6b1a203d0
18 changed files with 163 additions and 109 deletions

View File

@@ -26,7 +26,7 @@ int import_message(char *filename, struct session_data *sdata, struct __data *da
struct __counters counters;
init_session_data(sdata, cfg->server_id);
init_session_data(sdata, cfg);
if(cfg->verbosity > 1) printf("processing: %s\n", filename);
@@ -109,6 +109,7 @@ ENDE:
case ERR_EXISTS:
rc = OK;
printf("duplicate: %s (id: %s)\n", filename, sdata->ttmpfile);
break;
default: