mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-02 19:26:41 +00:00
quiet down logs more
This commit is contained in:
parent
626f488cb4
commit
64b7f8e445
@ -1447,7 +1447,9 @@ void EmbeddedNetworkController::_request(
|
|||||||
Utils::scopy(nc->centralAuthURL, sizeof(nc->centralAuthURL), info.centralAuthURL.c_str());
|
Utils::scopy(nc->centralAuthURL, sizeof(nc->centralAuthURL), info.centralAuthURL.c_str());
|
||||||
}
|
}
|
||||||
if (!info.issuerURL.empty()) {
|
if (!info.issuerURL.empty()) {
|
||||||
|
#ifdef ZT_DEBUG
|
||||||
fprintf(stderr, "copying issuerURL to nc: %s\n", info.issuerURL.c_str());
|
fprintf(stderr, "copying issuerURL to nc: %s\n", info.issuerURL.c_str());
|
||||||
|
#endif
|
||||||
Utils::scopy(nc->issuerURL, sizeof(nc->issuerURL), info.issuerURL.c_str());
|
Utils::scopy(nc->issuerURL, sizeof(nc->issuerURL), info.issuerURL.c_str());
|
||||||
}
|
}
|
||||||
if (!info.ssoNonce.empty()) {
|
if (!info.ssoNonce.empty()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user