1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-17 17:02:08 +03:00

minor improvements on Dave's last checkin

This commit is contained in:
Barry Lind
2001-11-01 01:10:13 +00:00
parent 01da8e918d
commit 8304a395f9
2 changed files with 3 additions and 8 deletions

View File

@ -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
{