Skip to content

Commit

Permalink
test login source
Browse files Browse the repository at this point in the history
  • Loading branch information
rrivera747 committed Oct 24, 2024
1 parent 869f54c commit 92f81ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions otsdaq/WebUsersUtilities/WebUsers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1340,6 +1340,7 @@ uint64_t WebUsers::checkRemoteLoginVerification(const std::string& cookieCode, b
(refresh?"1":"0") + "," + ip;

__COUTV__(request);
std::cout << StringMacros::stackTrace() << __E__;

std::string requestResponseString = remoteLoginVerificationSocket_->sendAndReceive(*remoteLoginVerificationSocketTarget_, request, 10 /*timeoutSeconds*/);
__COUTV__(requestResponseString);
Expand Down

0 comments on commit 92f81ba

Please sign in to comment.