User: ihi     
Date: 2007-11-21 15:04:06+0000
Modified:
   dba/connectivity/source/drivers/jdbc/PreparedStatement.cxx

Log:
 INTEGRATION: CWS dba24c (1.18.34); FILE MERGED
 2007/10/29 09:44:13 fs 1.18.34.1: adjusted some log levels

File Changes:

Directory: /dba/connectivity/source/drivers/jdbc/
=================================================

File [changed]: PreparedStatement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/PreparedStatement.cxx?r1=1.18&r2=1.19
Delta lines:  +3 -3
-------------------
--- PreparedStatement.cxx       2007-06-27 14:36:57+0000        1.18
+++ PreparedStatement.cxx       2007-11-21 15:04:04+0000        1.19
@@ -142,7 +142,7 @@
 
 sal_Bool SAL_CALL java_sql_PreparedStatement::execute(  ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
 {
-    m_aLogger.log( LogLevel::INFO, STR_LOG_EXECUTING_PREPARED );
+    m_aLogger.log( LogLevel::FINE, STR_LOG_EXECUTING_PREPARED );
 
        jboolean out(sal_False);
     SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!");
@@ -167,7 +167,7 @@
 
 sal_Int32 SAL_CALL java_sql_PreparedStatement::executeUpdate(  ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
 {
-    m_aLogger.log( LogLevel::INFO, STR_LOG_EXECUTING_PREPARED_UPDATE );
+    m_aLogger.log( LogLevel::FINE, STR_LOG_EXECUTING_PREPARED_UPDATE );
 
     jint out(0);
     SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!");
@@ -222,7 +222,7 @@
 
 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > 
SAL_CALL java_sql_PreparedStatement::executeQuery(  ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
 {
-    m_aLogger.log( LogLevel::INFO, STR_LOG_EXECUTING_PREPARED_QUERY );
+    m_aLogger.log( LogLevel::FINE, STR_LOG_EXECUTING_PREPARED_QUERY );
 
     jobject out(0);
     SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!");




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to