mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Adding debug logs
This commit is contained in:
parent
a7b37a160b
commit
8895d0f94d
@ -2535,6 +2535,9 @@ public class DeviceManagementProviderServiceImpl implements DeviceManagementProv
|
|||||||
* of the given device list.
|
* of the given device list.
|
||||||
*/
|
*/
|
||||||
private List<Device> getAllDeviceInfo(List<Device> allDevices) throws DeviceManagementException {
|
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<>();
|
List<Device> devices = new ArrayList<>();
|
||||||
for (Device device : allDevices) {
|
for (Device device : allDevices) {
|
||||||
device.setDeviceInfo(this.getDeviceInfo(device));
|
device.setDeviceInfo(this.getDeviceInfo(device));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user