Fixed wrong mapping to log level from postgresql-sdbc.ini
This commit is contained in:
parent
5972e4db62
commit
4649fafa31
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue