Added a little bit more logging for the node checkin/bigtable write process

This commit is contained in:
Grant Limberg 2026-04-03 09:52:55 -07:00
parent ea5c91b0e9
commit af7eae5d9e
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735
2 changed files with 5 additions and 2 deletions

View file

@ -85,6 +85,7 @@ void BigTableStatusWriter::writePending()
toWrite.swap(_pending);
}
if (toWrite.empty()) {
fprintf(stderr, "BigTableStatusWriter::writePending: nothing to write\n");
return;
}