From d8d6168f49d2663180146b99b94e6c02718d2944 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Mon, 21 Nov 2022 07:40:05 -0800 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-11303 Signed-off-by: stephb9959 --- src/framework/RESTAPI_Handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()));