REM:
1.修改打印级别
This commit is contained in:
chenlinghy 2021-01-22 14:32:04 +08:00
parent ae5457ada5
commit d9ffec2cd7
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ public class DpTechBypassAbilityImpl extends DpTechAbilityImpl {
// UMC上面存在对象已经失效 // UMC上面存在对象已经失效
if (disposeServiceGroup.values().stream().noneMatch(k -> serviceId.equals(k.getServiceId()))) { if (disposeServiceGroup.values().stream().noneMatch(k -> serviceId.equals(k.getServiceId()))) {
log.info("++++Remove UMC Unused Protect Object: {}", protectName); log.debug("Remove UMC Unused Protect Object: {}", protectName);
ErrorCode err = removeProtectObject(protectName); ErrorCode err = removeProtectObject(protectName);
if (err != ErrorCode.ERR_OK) { if (err != ErrorCode.ERR_OK) {