Index: trunk/psLib/test/db/tst_psDB.c
===================================================================
--- trunk/psLib/test/db/tst_psDB.c	(revision 6528)
+++ trunk/psLib/test/db/tst_psDB.c	(revision 6912)
@@ -9,6 +9,6 @@
  *  @author Aaron Culliney, MHPCC
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-03-06 22:34:25 $
+ *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-04-20 01:13:11 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -2153,5 +2153,5 @@
     chgRows = psDBDeleteRows(dbh,table,NULL,10);
     if(chgRows != 0) {
-        psError(PS_ERR_UNKNOWN,true,"Deleted rows %ld not as expected %ld",
+        psError(PS_ERR_UNKNOWN,true,"Deleted rows %ld not as expected %d",
                 chgRows, 0);
         psDBDropTable(dbh,table);
