-log origin of serialization errors

This commit is contained in:
Christian Grothoff 2023-01-06 13:14:31 +01:00
parent e58b96e203
commit 63db50b2b1
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -256,6 +256,8 @@ commit:
continue;
case GNUNET_DB_STATUS_SUCCESS_NO_RESULTS:
case GNUNET_DB_STATUS_SUCCESS_ONE_RESULT:
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
"Claimed new shard\n");
return GNUNET_DB_STATUS_SUCCESS_ONE_RESULT;
}
}