REM:
1.修改打印行信息
This commit is contained in:
chenlinghy 2021-01-22 09:57:10 +08:00
parent db5f8d36e2
commit 1165e7e690
1 changed files with 2 additions and 2 deletions

View File

@ -542,9 +542,9 @@ public class DpTechBypassAbilityImpl extends DpTechAbilityImpl {
IpAddrType.IPV4.equals(t) ? 0 : 1, IpAddrType.IPV4.equals(t) ? 0 : 1,
template); template);
if (err == ErrorCode.ERR_OK) { if (err == ErrorCode.ERR_OK) {
log.debug("Add Protection Object {} Succeed", protectName); log.debug("upgrade Protection Object {} Succeed", protectName);
} else { } else {
log.error("!!!!Add Protection Object {} Error: {}", protectName, err.getMsg()); log.error("!!!!upgrade Protection Object {} Error: {}", protectName, err.getMsg());
} }
} }
} else { } else {