IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2005, 1:46:07 PM (21 years ago)
Author:
asc
Message:

tweak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataIO/tst_psDB.c

    r4045 r4105  
    99 *  @author Aaron Culliney, MHPCC
    1010 *
    11  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-05-28 02:50:59 $
     11 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-06-03 23:46:07 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    458458
    459459            if (atoi(ptr) != B_1) {
    460                 psLogMsg( __func__, PS_LOG_INFO, "oops, did not find expected string output!\n" );
     460                psLogMsg( __func__, PS_LOG_INFO, "oops, did not find expected output [%d] != [%d]!\n",
     461                          atoi(ptr), B_1 );
    461462                failed = 1;
    462463            } else {
Note: See TracChangeset for help on using the changeset viewer.