[EMAIL PROTECTED] wrote:

@@ -82,6 +85,8 @@
         try {
             this.document = SourceUtil.readDOM(this.sourceUri, this.manager);
             if (this.document == null) {
+                log.warn("No such file or directory: " + this.sourceUri);
+                log.warn("Empty sitetree will be created/initialized!");
                 this.document = createDocument();

Hi Michi,

why do you log a warning here?
That's a perfectly normal situation, nothing the user has to be warned about.

-- Andreas



--
Andreas Hartmann
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
[EMAIL PROTECTED]                     [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to