IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20130


Ignore:
Timestamp:
Oct 13, 2008, 3:48:30 PM (18 years ago)
Author:
Paul Price
Message:

No need to throw an error on a bad type: this function is used for debugging, and extra errors make for problems.

File:
1 edited

Legend:

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

    r19668 r20130  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.172 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2008-09-23 19:22:09 $
     14 *  @version $Revision: 1.173 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2008-10-14 01:48:30 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    15451545          break;
    15461546        default:
    1547           psError(PS_ERR_IO, false, "Non-printable metadata type for \"%s\": %x\n",
    1548                   item->name, item->type);
     1547          fprintf(fd, "<Unsupported type>\n");
    15491548          noErrors = false;
    15501549          break;
Note: See TracChangeset for help on using the changeset viewer.