Author: rfrovarp
Date: Tue Nov 20 11:23:13 2007
New Revision: 596790
URL: http://svn.apache.org/viewvc?rev=596790&view=rev
Log:
Doesn't need to be warn as the operation does succeed.
Modified:
lenya/trunk/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java
Modified: lenya/trunk/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java?rev=596790&r1=596789&r2=596790&view=diff
==============================================================================
--- lenya/trunk/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java (original)
+++ lenya/trunk/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java Tue Nov 20 11:23:13 2007
@@ -463,7 +463,7 @@
Node insertNode = parentNode.removeChild(node);
if (nextNode == null) {
- getLogger().warn("Couldn't found the second following sibling");
+ getLogger().debug("Couldn't found the second following sibling");
parentNode.appendChild(insertNode);
} else {
parentNode.insertBefore(insertNode, nextNode);
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.