quiet down logs more

This commit is contained in:
Grant Limberg 2022-06-15 16:48:55 -07:00
parent 626f488cb4
commit 64b7f8e445
No known key found for this signature in database
GPG Key ID: 8F2F97D3BE8D7735

View File

@ -1447,7 +1447,9 @@ void EmbeddedNetworkController::_request(
Utils::scopy(nc->centralAuthURL, sizeof(nc->centralAuthURL), info.centralAuthURL.c_str());
}
if (!info.issuerURL.empty()) {
#ifdef ZT_DEBUG
fprintf(stderr, "copying issuerURL to nc: %s\n", info.issuerURL.c_str());
#endif
Utils::scopy(nc->issuerURL, sizeof(nc->issuerURL), info.issuerURL.c_str());
}
if (!info.ssoNonce.empty()) {