Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-13200
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Dec 15, 2023
1 parent eb241d9 commit 8eb60b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Tasks/VenueUpgrade.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ namespace OpenWifi {
std::vector<std::string> DeviceList;
StorageService()->InventoryDB().GetDevicesUUIDForVenue(Venue.info.id, DeviceList);

for(const auto &i:DeviceList) {
Logger().debug("Upgrade device list: {}", i);
}

for (const auto &uuid : DeviceList) {
auto NewTask =
new VenueDeviceUpgrade(uuid, Venue.info.name, Revision_, Rules, Logger());
Expand Down

0 comments on commit 8eb60b0

Please sign in to comment.