IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9635


Ignore:
Timestamp:
Oct 18, 2006, 10:16:58 AM (20 years ago)
Author:
rhl
Message:

Improve psMetadataPrint's error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psMetadata.c

    r9624 r9635  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.141 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-10-18 15:27:49 $
     14 *  @version $Revision: 1.142 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-10-18 20:16:58 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    13871387        default:
    13881388            //            fprintf(fd, "\n");
    1389             psError(PS_ERR_IO, false, "Non-printable metadata type: %x\n", item->type);
     1389            psError(PS_ERR_IO, false, "Non-printable metadata type for \"%s\": %x\n",
     1390                    item->name, item->type);
    13901391            noErrors = false;
    13911392            break;
Note: See TracChangeset for help on using the changeset viewer.