diff --git a/src/framework/RESTAPI_Handler.h b/src/framework/RESTAPI_Handler.h index 3d24078..1d74b80 100644 --- a/src/framework/RESTAPI_Handler.h +++ b/src/framework/RESTAPI_Handler.h @@ -392,7 +392,7 @@ namespace OpenWifi { std::ostream &Answer = Response->send(); Poco::JSON::Stringifier::stringify(ErrorObject, Answer); poco_debug(Logger_,fmt::format("RES-NOTFOUND: User='{}@{}' Method='{}' Path='{}", - UserInfo_.userinfo.email, + Requester(), Utils::FormatIPv6(Request->clientAddress().toString()), Request->getMethod(), Request->getURI()));