diff --git a/src/main/java/com/nis/web/controller/configuration/ntc/AvController.java b/src/main/java/com/nis/web/controller/configuration/ntc/AvController.java index d47b0f031..1399b9b3d 100644 --- a/src/main/java/com/nis/web/controller/configuration/ntc/AvController.java +++ b/src/main/java/com/nis/web/controller/configuration/ntc/AvController.java @@ -302,7 +302,8 @@ public class AvController extends BaseController { addMessage(redirectAttributes, "error", "exceeds_duration_limit"); logger.error("The duration of uploaded files exceeds the limit(" + Constants.AV_DURATION_LIMIT + "s)."); - throw new MultiPartNewException(this.getMsgProp().getProperty("exceeds_duration_limit")); + throw new MultiPartNewException(this.getMsgProp().getProperty("exceeds_duration_limit")+"("+ Constants.AV_DURATION_LIMIT + + "s)"); } }