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 8eb60b0 commit 713b995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tasks/VenueUpgrade.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ namespace OpenWifi {
StorageService()->InventoryDB().GetDevicesUUIDForVenue(Venue.info.id, DeviceList);

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

for (const auto &uuid : DeviceList) {
Expand Down

0 comments on commit 713b995

Please sign in to comment.