mirror of
				https://github.com/Telecominfraproject/wlan-cloud-owprov.git
				synced 2025-10-30 18:18:03 +00:00 
			
		
		
		
	Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
		| @@ -99,7 +99,7 @@ namespace OpenWifi { | |||||||
|                 StorageService()->InventoryDB().GetDevicesUUIDForVenue(Venue.info.id, DeviceList); |                 StorageService()->InventoryDB().GetDevicesUUIDForVenue(Venue.info.id, DeviceList); | ||||||
|  |  | ||||||
|                 for(const auto &i: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) { | 				for (const auto &uuid : DeviceList) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 stephb9959
					stephb9959