summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/org/postgresql/Driver.java.in
diff options
context:
space:
mode:
authorBarry Lind <barry@xythos.com>2001-11-01 01:10:13 +0000
committerBarry Lind <barry@xythos.com>2001-11-01 01:10:13 +0000
commit8304a395f91335d243dd01af82314fc4fcafde92 (patch)
tree58f247e18d3fb0d8ce673cb72f44c8873ebd8cfd /src/interfaces/jdbc/org/postgresql/Driver.java.in
parent01da8e918d8495f720143be336c49a711716b8b8 (diff)
downloadpostgresql-8304a395f91335d243dd01af82314fc4fcafde92.tar.gz
minor improvements on Dave's last checkin
Diffstat (limited to 'src/interfaces/jdbc/org/postgresql/Driver.java.in')
-rw-r--r--src/interfaces/jdbc/org/postgresql/Driver.java.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/jdbc/org/postgresql/Driver.java.in b/src/interfaces/jdbc/org/postgresql/Driver.java.in
index aa9fe52b9a..5201c8c72d 100644
--- a/src/interfaces/jdbc/org/postgresql/Driver.java.in
+++ b/src/interfaces/jdbc/org/postgresql/Driver.java.in
@@ -33,7 +33,7 @@ public class Driver implements java.sql.Driver
protected static final int ERROR = 3;
protected static final int FATAL = 4;
- private static int logLevel= DEBUG;
+ private static int logLevel= FATAL;
static
{