parent
3c2312b295
commit
d3a5cc7348
|
@ -1,6 +1,5 @@
|
|||
package com.dispose.ability.impl;
|
||||
|
||||
import com.dispose.common.CommonEnumHandler;
|
||||
import com.dispose.common.ConstValue;
|
||||
import com.dispose.common.DDoSAttackType;
|
||||
import com.dispose.common.DisposeCapacityType;
|
||||
|
@ -884,13 +883,11 @@ public class DpTechBypassAbilityImpl extends DpTechAbilityImpl {
|
|||
return new MulReturnType<>(ErrorCode.ERR_CALLDEVICE, null);
|
||||
}
|
||||
|
||||
log.info("----Finish DPTech Start Cleanup Task: {}, {}, {}", disposeObject, nfDirection,
|
||||
CommonEnumHandler.codeOf(DpTechAttackType.class, attackType));
|
||||
log.info("----Finish DPTech Start Cleanup Task: {}", disposeObject);
|
||||
|
||||
return new MulReturnType<>(ErrorCode.ERR_OK, null);
|
||||
} catch (Exception ex) {
|
||||
log.error("----Exception DPTech Start Cleanup Task: {}, {}, {}", disposeObject, nfDirection,
|
||||
CommonEnumHandler.codeOf(DpTechAttackType.class, attackType));
|
||||
log.error("----Exception DPTech Start Cleanup Task: {}", disposeObject);
|
||||
return new MulReturnType<>(ErrorCode.ERR_SYSTEMEXCEPTION, null);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue