summaryrefslogtreecommitdiff
path: root/src/exchangedb/exchangedb_auditorkeys.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-11-19 23:02:37 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-11-19 23:02:37 +0100
commit368f3a9a6684dea78381c98ac9d217e9fc85e3b2 (patch)
tree98ada17caa1ac7e052b7afb7901568533ddc9016 /src/exchangedb/exchangedb_auditorkeys.c
parent423f05970a6f440907763e4c250d169a3f484b3e (diff)
downloadexchange-368f3a9a6684dea78381c98ac9d217e9fc85e3b2.tar.gz
exchange-368f3a9a6684dea78381c98ac9d217e9fc85e3b2.tar.bz2
exchange-368f3a9a6684dea78381c98ac9d217e9fc85e3b2.zip
Minor changes to make tests pass/no-skip again.
Diffstat (limited to 'src/exchangedb/exchangedb_auditorkeys.c')
-rw-r--r--src/exchangedb/exchangedb_auditorkeys.c4
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);