[Webwork-devel] Minor change
Brought to you by:
baldree,
rickardoberg
|
From: Wirell J. <joh...@co...> - 2002-04-26 05:17:47
|
Hi all
If you use webwork "out of the box" you will get an error
message (together with a stacktrace) at startup that
says "Could not find webwork.properties"
Since webwork.properties is not absolutely necessary to
run webwork, perhaps this message can be issued as a warning
instead. This would mean changing the following line in
DefaultConfiguration.java:
Category.getInstance(this.getClass()).error("Could not find webwork.properties", e);
to
Category.getInstance(this.getClass()).warning("Could not find webwork.properties");
Regards,
Johan
|