mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
debug log line
This commit is contained in:
parent
ecedddb19b
commit
27021ff425
1 changed files with 2 additions and 0 deletions
|
@ -1408,6 +1408,8 @@ void EmbeddedNetworkController::_request(
|
||||||
#endif
|
#endif
|
||||||
char osArch[256];
|
char osArch[256];
|
||||||
metaData.get(ZT_NETWORKCONFIG_REQUEST_METADATA_KEY_OS_ARCH, osArch, sizeof(osArch));
|
metaData.get(ZT_NETWORKCONFIG_REQUEST_METADATA_KEY_OS_ARCH, osArch, sizeof(osArch));
|
||||||
|
fprintf(stderr, "Network Config Request: nwid=%.16llx, osArch=%s\n",
|
||||||
|
nwid, osArch);
|
||||||
_db.nodeIsOnline(nwid,identity.address().toInt(),fromAddr, osArch);
|
_db.nodeIsOnline(nwid,identity.address().toInt(),fromAddr, osArch);
|
||||||
#ifdef CENTRAL_CONTROLLER_REQUEST_BENCHMARK
|
#ifdef CENTRAL_CONTROLLER_REQUEST_BENCHMARK
|
||||||
b2.stop();
|
b2.stop();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue