Author: adelmelle
Date: Mon Aug 24 16:32:49 2009
New Revision: 807299

URL: http://svn.apache.org/viewvc?rev=807299&view=rev
Log:
Reduce messages to DEBUG level, since they are meant more as a reminder for 
devs, not a source of confusion for end-users

Modified:
    
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java

Modified: 
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java?rev=807299&r1=807298&r2=807299&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java
 (original)
+++ 
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java
 Mon Aug 24 16:32:49 2009
@@ -455,11 +455,11 @@
                             || !pageProvider.endPage(line - 1);
                             //|| (deferPart && difference < 0);
                 case Constants.EN_AUTO:
-                    log.warn("keep is not auto but context is");
+                    log.debug("keep is not auto but context is");
                     return true;
                 default:
                     if (p.getP() < KnuthPenalty.INFINITE) {
-                        log.warn("Non recognized keep context:" + context);
+                        log.debug("Non recognized keep context:" + context);
                         return true;
                     } else {
                         return false;



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to