mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Log info has changed into debug
This commit is contained in:
parent
a0bc1cdd20
commit
4aad82437b
@ -190,7 +190,7 @@ public class OperationManagerImpl implements OperationManager {
|
|||||||
|
|
||||||
if (pendingDeviceList.size() > 0) {
|
if (pendingDeviceList.size() > 0) {
|
||||||
if (authorizedDeviceList.size() == pendingDeviceList.size()) {
|
if (authorizedDeviceList.size() == pendingDeviceList.size()) {
|
||||||
log.info("All the devices contain a pending operation for the Operation Code: "
|
log.debug("All the devices contain a pending operation for the Operation Code: "
|
||||||
+ operationCode);
|
+ operationCode);
|
||||||
Activity activity = new Activity();
|
Activity activity = new Activity();
|
||||||
//Send the operation statuses only for admin triggered operations
|
//Send the operation statuses only for admin triggered operations
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user