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/warptool.c

    r12076 r12093  
    341341    }
    342342    if (!psArrayLength(output)) {
    343         psError(PS_ERR_UNKNOWN, false, "no pending rawImfile rows found");
     343        psTrace("warptool", PS_LOG_INFO, "no rows found");
    344344        psFree(output);
    345345        return true;
     
    430430    }
    431431    if (!psArrayLength(output)) {
    432         psError(PS_ERR_UNKNOWN, false, "no pending rawImfile rows found");
     432        psTrace("warptool", PS_LOG_INFO, "no rows found");
    433433        psFree(output);
    434434        return true;
     
    532532    }
    533533    if (!psArrayLength(output)) {
    534         psError(PS_ERR_UNKNOWN, false, "no pending rawImfile rows found");
     534        psTrace("warptool", PS_LOG_INFO, "no rows found");
    535535        psFree(output);
    536536        return true;
     
    722722    }
    723723    if (!psArrayLength(output)) {
    724         psError(PS_ERR_UNKNOWN, false, "no warpSkyCellMap rows found");
     724        psTrace("warptool", PS_LOG_INFO, "no rows found");
    725725        psFree(output);
    726726        return true;
     
    820820    }
    821821    if (!psArrayLength(output)) {
    822         psError(PS_ERR_UNKNOWN, false, "no warpPendingSkyCell rows found");
     822        psTrace("warptool", PS_LOG_INFO, "no rows found");
    823823        psFree(output);
    824824        return true;
     
    11081108    }
    11091109    if (!psArrayLength(output)) {
    1110         psError(PS_ERR_UNKNOWN, false, "no warpSkyfile rows found");
     1110        psTrace("warptool", PS_LOG_INFO, "no rows found");
    11111111        psFree(output);
    11121112        return true;
Note: See TracChangeset for help on using the changeset viewer.