From 507ece011f837f62fd15e4f72b80e7405847de37 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Fri, 6 Oct 2023 09:13:36 -0700 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-7831 Signed-off-by: stephb9959 --- src/RadiusEndpointUpdater.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/RadiusEndpointUpdater.h b/src/RadiusEndpointUpdater.h index bb0b590..14d2033 100644 --- a/src/RadiusEndpointUpdater.h +++ b/src/RadiusEndpointUpdater.h @@ -22,6 +22,7 @@ namespace OpenWifi { while(os.good()) { std::string Line; os >> Line; + std::cout << Line << std::endl; if(Line=="-----BEGIN CERTIFICATE-----") { InCert = true; CurrentCert += Line;