remove some noisy log lines & fix a query error

This commit is contained in:
Grant Limberg 2021-06-04 11:06:54 -07:00
parent c78792a705
commit 0702e581a1
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A
4 changed files with 2 additions and 8 deletions

View file

@ -1336,7 +1336,7 @@ void EmbeddedNetworkController::_request(
std::string memberId = member["id"];
fprintf(stderr, "ssoEnabled && !ssoExempt %s-%s\n", nwids, memberId.c_str());
int64_t authenticationExpiryTime = (int64_t)OSUtils::jsonInt(member["authenticationExpiryTime"], 0);
fprintf(stder, "authExpiryTime: %l\n", authenticationExpiryTime);
fprintf(stderr, "authExpiryTime: %l\n", authenticationExpiryTime);
if ((authenticationExpiryTime == 0) || (authenticationExpiryTime < now)) {
Dictionary<1024> authInfo;