IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 6, 2007, 1:15:12 PM (19 years ago)
Author:
Paul Price
Message:

Replacing psLogMsg with psWarning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmHDU.c

    r12696 r15477  
    119119
    120120    if (*images) {
    121         psLogMsg(__func__, PS_LOG_WARN, "HDU %s has already been read --- overwriting.\n", hdu->extname);
     121        psWarning("HDU %s has already been read --- overwriting.\n", hdu->extname);
    122122        psFree(*images);                // Blow away anything existing
    123123    }
     
    167167
    168168    if (!images && !hdu->header) {
    169         psLogMsg(__func__, PS_LOG_WARN, "Nothing to write for HDU %s\n", hdu->extname);
     169        psWarning("Nothing to write for HDU %s\n", hdu->extname);
    170170        return false;
    171171    }
Note: See TracChangeset for help on using the changeset viewer.