Fixed wrong mapping to log level from postgresql-sdbc.ini

This commit is contained in:
Takeshi Abe 2012-02-11 23:15:47 +09:00
parent 5972e4db62
commit 4649fafa31

View file

@ -188,7 +188,7 @@ static sal_Int32 readLogLevelFromConfiguration()
else if( str.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("SQL")) )
loglevel = LogLevel::SQL;
else if( str.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("INFO")) )
loglevel = LogLevel::SQL;
loglevel = LogLevel::INFO;
else
{
fprintf( stderr, "unknown loglevel %s\n",