Index: trunk/psLib/test/dataIO/tst_psDB.c
===================================================================
--- trunk/psLib/test/dataIO/tst_psDB.c	(revision 4045)
+++ trunk/psLib/test/dataIO/tst_psDB.c	(revision 4105)
@@ -9,6 +9,6 @@
  *  @author Aaron Culliney, MHPCC
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-05-28 02:50:59 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-03 23:46:07 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -458,5 +458,6 @@
 
             if (atoi(ptr) != B_1) {
-                psLogMsg( __func__, PS_LOG_INFO, "oops, did not find expected string output!\n" );
+                psLogMsg( __func__, PS_LOG_INFO, "oops, did not find expected output [%d] != [%d]!\n",
+                          atoi(ptr), B_1 );
                 failed = 1;
             } else {
