clickstream/src/com/opensymphony/clickstream/config ConfigLoader.java,1.2,1.3

[email protected]
Newsgroups gmane.comp.java.open-symphony.cvs
Message-ID <[email protected]>
Update of /cvsroot/opensymphony/clickstream/src/com/opensymphony/clickstream/config
In directory sc8-pr-cvs1:/tmp/cvs-serv24789/clickstream/src/com/opensymphony/clickstream/config

Modified Files:
	ConfigLoader.java 
Log Message:
Fixed bug with loading the logger configuration.

Index: ConfigLoader.java
===================================================================
RCS file: /cvsroot/opensymphony/clickstream/src/com/opensymphony/clickstream/config/ConfigLoader.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ConfigLoader.java	2 Sep 2003 09:40:47 -0000	1.2
+++ ConfigLoader.java	2 Sep 2003 10:19:46 -0000	1.3
@@ -88,7 +88,7 @@
      */
     private class ConfigHandler extends DefaultHandler {
         public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException {
-            if (qName.equals("log")) {
+            if (qName.equals("logger")) {
                 config.setLoggerClass(attributes.getValue("class"));
             }
             else if (qName.equals("bot-host")) {




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
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.