mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-04-09 06:41:10 -07:00
Added a little bit more logging for the node checkin/bigtable write process
This commit is contained in:
parent
ea5c91b0e9
commit
af7eae5d9e
2 changed files with 5 additions and 2 deletions
|
|
@ -85,6 +85,7 @@ void BigTableStatusWriter::writePending()
|
|||
toWrite.swap(_pending);
|
||||
}
|
||||
if (toWrite.empty()) {
|
||||
fprintf(stderr, "BigTableStatusWriter::writePending: nothing to write\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue