From 368f3a9a6684dea78381c98ac9d217e9fc85e3b2 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 19 Nov 2018 23:02:37 +0100 Subject: Minor changes to make tests pass/no-skip again. --- src/exchangedb/exchangedb_auditorkeys.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/exchangedb/exchangedb_auditorkeys.c') 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); -- cgit v1.2.3