michi apache.org 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
andreas.hartmann wyona.com andreas apache.org
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe lenya.apache.org
For additional commands, e-mail: dev-help lenya.apache.org
|