mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-19 15:43:53 +00:00
Remote debug printf.
This commit is contained in:
@ -504,8 +504,6 @@ void EmbeddedNetworkController::request(
|
|||||||
qe->identity = identity;
|
qe->identity = identity;
|
||||||
qe->metaData = metaData;
|
qe->metaData = metaData;
|
||||||
qe->type = _RQEntry::RQENTRY_TYPE_REQUEST;
|
qe->type = _RQEntry::RQENTRY_TYPE_REQUEST;
|
||||||
char buf[1024];
|
|
||||||
printf("!!! %.16llx %.16llx %s\n",nwid,requestPacketId,fromAddr.toString(buf));
|
|
||||||
_queue.post(qe);
|
_queue.post(qe);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user