mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-11 09:12:54 +02:00
removing some log output
This commit is contained in:
parent
facca364fb
commit
ee87eb3101
1 changed files with 0 additions and 1 deletions
|
@ -1503,7 +1503,6 @@ void CentralDB::onlineNotificationThread()
|
||||||
|
|
||||||
_statusWriter->updateNodeStatus(
|
_statusWriter->updateNodeStatus(
|
||||||
networkId, memberId, os, arch, version, i->second.physicalAddress, ts, frontend);
|
networkId, memberId, os, arch, version, i->second.physicalAddress, ts, frontend);
|
||||||
fprintf(stderr, "sent node status update\n");
|
|
||||||
}
|
}
|
||||||
_statusWriter->writePending();
|
_statusWriter->writePending();
|
||||||
w.commit();
|
w.commit();
|
||||||
|
|
Loading…
Add table
Reference in a new issue