IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 17, 2008, 10:00:30 AM (17 years ago)
Author:
Paul Price
Message:

Use psWarning instead of psLogMsg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFitsHeader.c

    r20632 r21027  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2008-11-10 23:31:12 $
     9 *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2008-12-17 20:00:30 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    650650                break;
    651651            default:  // all other META types are ignored
    652                 psLogMsg(__func__, PS_LOG_WARN, "Attempt to write metadata type %x to FITS header ignored.\n",
    653                          item->type);
     652                psWarning("Attempt to write metadata type %x to FITS header ignored.\n", item->type);
    654653                break;
    655654            }
Note: See TracChangeset for help on using the changeset viewer.