Log debug process completion

This commit is contained in:
abhishekdesilva 2018-08-21 15:00:14 +05:30
parent 4aad82437b
commit 85040f0c68

View File

@ -190,8 +190,10 @@ public class OperationManagerImpl implements OperationManager {
if (pendingDeviceList.size() > 0) { if (pendingDeviceList.size() > 0) {
if (authorizedDeviceList.size() == pendingDeviceList.size()) { if (authorizedDeviceList.size() == pendingDeviceList.size()) {
if (log.isDebugEnabled()) {
log.debug("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
String deviceType = validDeviceIds.get(0).getType(); String deviceType = validDeviceIds.get(0).getType();