Index: /trunk/psLib/src/db/psDB.c
===================================================================
--- /trunk/psLib/src/db/psDB.c	(revision 8339)
+++ /trunk/psLib/src/db/psDB.c	(revision 8340)
@@ -12,6 +12,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.82 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-08-15 02:26:50 $
+ *  @version $Revision: 1.83 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-08-15 03:23:40 $
  *
  *  Copyright (C) 2005-2006  Joshua Hoblitt, University of Hawaii
@@ -972,8 +972,9 @@
     // the array
     resultSet = psArrayAlloc(rowCount);
-    resultSet->n = 0;
 
     field = mysql_fetch_fields(result);
     fieldCount = mysql_num_fields(result);
+
+    psTrace("psLib.db", PS_LOG_INFO, "query returned %lld rows with %d fields",             rowCount, fieldCount);
 
     while ((row = mysql_fetch_row(result))) {
