parent
db5f8d36e2
commit
1165e7e690
|
@ -542,9 +542,9 @@ public class DpTechBypassAbilityImpl extends DpTechAbilityImpl {
|
|||
IpAddrType.IPV4.equals(t) ? 0 : 1,
|
||||
template);
|
||||
if (err == ErrorCode.ERR_OK) {
|
||||
log.debug("Add Protection Object {} Succeed", protectName);
|
||||
log.debug("upgrade Protection Object {} Succeed", protectName);
|
||||
} else {
|
||||
log.error("!!!!Add Protection Object {} Error: {}", protectName, err.getMsg());
|
||||
log.error("!!!!upgrade Protection Object {} Error: {}", protectName, err.getMsg());
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue