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 d7417e0fe..ed47e06f5 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 @@ -301,7 +301,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)"); } }