IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 27, 2007, 1:50:30 PM (19 years ago)
Author:
jhoblitt
Message:

don't send informational messages to the error stack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/stacktool.c

    r12054 r12093  
    367367    }
    368368    if (!psArrayLength(output)) {
    369         psError(PS_ERR_UNKNOWN, false, "no stackInputSkyfile rows found");
     369        psTrace("stacktool", PS_LOG_INFO, "no rows found");
    370370        psFree(output);
    371371        return true;
     
    455455    }
    456456    if (!psArrayLength(output)) {
    457         psError(PS_ERR_UNKNOWN, false, "no stackSumSkyfile rows found");
     457        psTrace("stacktool", PS_LOG_INFO, "no rows found");
    458458        psFree(output);
    459459        return true;
     
    620620    }
    621621    if (!psArrayLength(output)) {
    622         psError(PS_ERR_UNKNOWN, false, "no warpSkyfile rows found");
     622        psTrace("stacktool", PS_LOG_INFO, "no rows found");
    623623        psFree(output);
    624624        return true;
Note: See TracChangeset for help on using the changeset viewer.