From 6305e92399fec4d6c82ef205a051ff8428f46531 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Thu, 4 Jan 2024 12:48:58 -0800 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-13268 Signed-off-by: stephb9959 --- src/AP_WS_LookForUpgrade.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AP_WS_LookForUpgrade.cpp b/src/AP_WS_LookForUpgrade.cpp index 0c06be54..85db7568 100644 --- a/src/AP_WS_LookForUpgrade.cpp +++ b/src/AP_WS_LookForUpgrade.cpp @@ -20,6 +20,7 @@ namespace OpenWifi { GWObjects::Device D; if (StorageService()->GetDevice(Session,SerialNumber_, D)) { + std::cout << "D.pendingUUID: " << D.pendingUUID << " UUID: " << D.UUID << " SerialNumber: " << D.SerialNumber << std::endl; if(D.pendingUUID!=0 && UUID==D.pendingUUID) { std::cout << __LINE__ << ": " << SerialNumber_ << " GoodConfig: " << GoodConfig << " UUID:" << UUID << " Pending:" << State_.PendingUUID << std::endl; // so we sent an upgrade to a device, and now it is completing now...