User: fleury
Date: 00/09/27 18:17:12
Modified: src/main/test/jboss/testdb TestDBDriver.java
Log:
Update logging
Revision Changes Path
1.3 +2 -2 jboss/src/main/test/jboss/testdb/TestDBDriver.java
Index: TestDBDriver.java
===================================================================
RCS file: /products/cvs/ejboss/jboss/src/main/test/jboss/testdb/TestDBDriver.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TestDBDriver.java 2000/08/18 03:21:14 1.2
+++ TestDBDriver.java 2000/09/28 01:17:12 1.3
@@ -12,7 +12,7 @@
/**
* Database driver for unit tests. Creates connections that implement virtually
* nothing - enough to test with, in other words.
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
* @author Aaron Mulder ([EMAIL PROTECTED])
*/
public class TestDBDriver implements Driver {
@@ -23,7 +23,7 @@
try {
DriverManager.registerDriver(TestDBDriver.instance());
} catch(SQLException e) {
- Logger.log("Unable to register Test DB pool driver!");
+ Logger.error("Unable to register Test DB pool driver!");
Logger.exception(e);
}
}