Adding debug logs

revert-70aa11f8
Ace 7 years ago committed by geethkokila
parent a7b37a160b
commit 8895d0f94d

@ -2535,6 +2535,9 @@ public class DeviceManagementProviderServiceImpl implements DeviceManagementProv
* of the given device list.
*/
private List<Device> getAllDeviceInfo(List<Device> allDevices) throws DeviceManagementException {
if (log.isDebugEnabled()) {
log.debug("Get all device info of devices, num of devices: " + allDevices.size());
}
List<Device> devices = new ArrayList<>();
for (Device device : allDevices) {
device.setDeviceInfo(this.getDeviceInfo(device));

Loading…
Cancel
Save