Tag: cws_src680_dba28 User: fs Date: 05/03/24 00:01:26 Modified: /dba/connectivity/source/drivers/hsqldb/ HStorageAccess.cxx
Log: #i10000# File Changes: Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: HStorageAccess.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HStorageAccess.cxx?r1=1.4.22.3&r2=1.4.22.4 Delta lines: +22 -22 --------------------- --- HStorageAccess.cxx 23 Mar 2005 15:34:02 -0000 1.4.22.3 +++ HStorageAccess.cxx 24 Mar 2005 08:01:24 -0000 1.4.22.4 @@ -2,9 +2,9 @@ * * $RCSfile: HStorageAccess.cxx,v $ * - * $Revision: 1.4.22.3 $ + * $Revision: 1.4.22.4 $ * - * last change: $Author: fs $ $Date: 2005/03/23 15:34:02 $ + * last change: $Author: fs $ $Date: 2005/03/24 08:01:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -510,7 +510,7 @@ JNIEXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_write (JNIEnv * env, jobject obj_this,jstring name, jstring key, jbyteArray buffer, jint off, jint len) { -#if OSL_DEBUG_LEVEL > 0 +#if OSL_DEBUG_LEVEL > 1 OperationLogFile aOpLog( env, name, "data" ); aOpLog.logOperation( "write( byte[], int, int )" ); @@ -567,7 +567,7 @@ JNIEXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_writeInt (JNIEnv * env, jobject obj_this,jstring name, jstring key, jint v) { -#if OSL_DEBUG_LEVEL > 0 +#if OSL_DEBUG_LEVEL > 1 OperationLogFile aOpLog( env, name, "data" ); aOpLog.logOperation( "writeInt" ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
