diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-11-19 23:02:37 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-11-19 23:02:37 +0100 |
commit | 368f3a9a6684dea78381c98ac9d217e9fc85e3b2 (patch) | |
tree | 98ada17caa1ac7e052b7afb7901568533ddc9016 /src/exchangedb/exchangedb_auditorkeys.c | |
parent | 423f05970a6f440907763e4c250d169a3f484b3e (diff) |
Minor changes to make tests pass/no-skip again.
Diffstat (limited to 'src/exchangedb/exchangedb_auditorkeys.c')
-rw-r--r-- | src/exchangedb/exchangedb_auditorkeys.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/exchangedb/exchangedb_auditorkeys.c b/src/exchangedb/exchangedb_auditorkeys.c index a84d06084..5f98743d3 100644 --- a/src/exchangedb/exchangedb_auditorkeys.c +++ b/src/exchangedb/exchangedb_auditorkeys.c @@ -113,7 +113,9 @@ auditor_iter (void *cls, } if (size < sizeof (struct AuditorFileHeaderP)) { - GNUNET_break (0); + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Unrecognized size for file `%s', skipping\n", + filename); return GNUNET_OK; } af = GNUNET_malloc (size); |