[cvs] expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/services/test TestSystemInitializer.java

Larry Hamel lhamel at jcorp2.servlets.net
Wed May 5 12:59:08 PDT 2004


Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/services/test
In directory jcorp2.servlets.net:/tmp/cvs-serv31242/expresso-web/WEB-INF/src/com/jcorporate/expresso/services/test

Modified Files:
	TestSystemInitializer.java 
Log Message:
output message if logging config file not found


Index: TestSystemInitializer.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/services/test/TestSystemInitializer.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** TestSystemInitializer.java	23 Aug 2003 13:35:11 -0000	1.9
--- TestSystemInitializer.java	5 May 2004 19:59:06 -0000	1.10
***************
*** 132,135 ****
--- 132,136 ----
                  if (!f.exists()) {
                      logConfig = null;
+                     System.out.println("cannot find logging config file: " + f.getCanonicalPath());
                  }
              } else {



More information about the cvs mailing list