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(),