From f74a3877ae26924fb98fff54e4c44b8ab6630ffc Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Mon, 16 Oct 2023 08:49:27 -0700 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-7831 Signed-off-by: stephb9959 --- src/RESTAPI/RESTAPI_inventory_handler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/RESTAPI/RESTAPI_inventory_handler.cpp b/src/RESTAPI/RESTAPI_inventory_handler.cpp index 8a831c8..e5e0824 100644 --- a/src/RESTAPI/RESTAPI_inventory_handler.cpp +++ b/src/RESTAPI/RESTAPI_inventory_handler.cpp @@ -99,6 +99,7 @@ namespace OpenWifi { if (Device->Get(Configuration)) { std::ostringstream OS; Configuration->stringify(OS); + Configuration->stringify(std::cout); Results.appliedConfiguration = OS.str(); auto Response = Poco::makeShared(); poco_debug(Logger(),