mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-10-31 18:57:51 +00:00
Debugging subscriber service.
This commit is contained in:
@@ -211,7 +211,8 @@ namespace OpenWifi {
|
||||
Poco::JSON::Object::Ptr Response;
|
||||
auto Status = ProvRequest.Do(Response);
|
||||
std::stringstream ooo;
|
||||
Response->stringify(ooo);
|
||||
if(Response!= nullptr)
|
||||
Response->stringify(ooo);
|
||||
Logger().information(fmt::format("({}): Status: {}, Completed subscriber e-mail verification. Provisioning notified. {}",
|
||||
UInfo.email, Status, ooo.str()));
|
||||
SendHTMLFileBack(FormFile,FormVars);
|
||||
|
||||
Reference in New Issue
Block a user