more logging

This commit is contained in:
Grant Limberg 2025-10-01 13:13:58 -07:00
parent dad1a1eda6
commit aecd7fdace
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735

View file

@ -1115,7 +1115,7 @@ void CentralDB::commitThread()
auto span = tracer->StartSpan("CentralDB::commitThread");
auto scope = tracer->WithActiveSpan(span);
// fprintf(stderr, "commitThread tick\n");
fprintf(stderr, "commitThread tick\n");
if (! qitem.first.is_object()) {
fprintf(stderr, "not an object\n");
continue;