You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2023/01/16 09:54:16 UTC

[myfaces] branch 2.3-next updated: MYFACES-4545

This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a commit to branch 2.3-next
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/2.3-next by this push:
     new d210353fe MYFACES-4545
d210353fe is described below

commit d210353fee9a725828ce5eb4fe871386e02dbf23
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Mon Jan 16 10:54:09 2023 +0100

    MYFACES-4545
---
 api/src/main/java/javax/faces/validator/BeanValidator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/src/main/java/javax/faces/validator/BeanValidator.java b/api/src/main/java/javax/faces/validator/BeanValidator.java
index ac0c75364..fc40bcd18 100644
--- a/api/src/main/java/javax/faces/validator/BeanValidator.java
+++ b/api/src/main/java/javax/faces/validator/BeanValidator.java
@@ -152,7 +152,7 @@ public class BeanValidator implements Validator, PartialStateHolder
         {
             if (context.isProjectStage(ProjectStage.Development))
             {
-                log.warning("cannot validate component with empty value: " 
+                log.fine("cannot validate component with empty value: " 
                     + component.getClientId(context));
             }
             return;