IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2007, 4:35:59 PM (19 years ago)
Author:
Paul Price
Message:

Error --> warning because we're not doing anything about it anyway.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubLoop.c

    r14750 r15233  
    170170        const char *statsMDC = psMetadataConfigFormat(stats);
    171171        if (!statsMDC || strlen(statsMDC) == 0) {
    172             psError(PS_ERR_IO, false, "Unable to get statistics MDC file.\n");
     172            psWarning("Unable to get statistics MDC file.\n");
    173173        } else {
    174174            fprintf(statsFile, "%s", statsMDC);
Note: See TracChangeset for help on using the changeset viewer.