Date: Monday, November 28, 2005 @ 15:56:44
  Author: gilles
    Path: /cvsroot/carob/carob/src

Modified: Connection.cpp (1.29 -> 1.30)

Put debug on fetchnext as verbose


----------------+
 Connection.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: carob/src/Connection.cpp
diff -u carob/src/Connection.cpp:1.29 carob/src/Connection.cpp:1.30
--- carob/src/Connection.cpp:1.29       Mon Nov 28 14:23:02 2005
+++ carob/src/Connection.cpp    Mon Nov 28 15:56:44 2005
@@ -636,9 +636,9 @@
     sendCommand(*driverSocketPtr, FetchNextResultSetRows);
     *driverSocketPtr<<cursorName;
     *driverSocketPtr<<fetchSize;
-    if (isDebugEnabled())
+    if (isVerboseEnabled())
     {
-      logDebug(fctName, L"Fetching next " + toWString(fetchSize) + L" from "
+      logVerbose(fctName, L"Fetching next " + toWString(fetchSize) + L" from "
           + cursorName);
     }
     TypeTag tag(*driverSocketPtr);

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to