You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by rf...@apache.org on 2007/10/18 22:06:28 UTC

svn commit: r586109 - /lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/PageEnvelopeModule.java

Author: rfrovarp
Date: Thu Oct 18 13:06:27 2007
New Revision: 586109

URL: http://svn.apache.org/viewvc?rev=586109&view=rev
Log:
Clean up deprecation message.

Modified:
    lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/PageEnvelopeModule.java

Modified: lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/PageEnvelopeModule.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/PageEnvelopeModule.java?rev=586109&r1=586108&r2=586109&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/PageEnvelopeModule.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/PageEnvelopeModule.java Thu Oct 18 13:06:27 2007
@@ -95,7 +95,7 @@
                         value = document;
                     } else if (name.equals(PageEnvelope.DOCUMENT_ID)) {
                         getLogger().warn(
-                                "This attribute is deprecated."
+                                "This attribute [ " + name + " ] is deprecated."
                                         + " Use document-path or document-uuid instead!");
                         value = document.getUUID();
                     } else if (name.equals(PageEnvelope.DOCUMENT_PARENT)) {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org