log interesting errors always

This commit is contained in:
Christian Grothoff 2017-06-25 12:59:46 +02:00
parent 4c6ef74358
commit ba95b05256
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -3574,6 +3574,8 @@ incremental_processing (Analysis analysis,
&pp); &pp);
if (0 >= qs) if (0 >= qs)
{ {
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Failed to update auditor DB, not recording progress\n");
GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qs); GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qs);
return qs; return qs;
} }