IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

don't send informational issues to the error stack

File:
1 edited

Legend:

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

    r12086 r12092  
    149149    }
    150150    if (!psArrayLength(output)) {
     151        psTrace("regtool", PS_LOG_INFO, "no rows found");
    151152        psFree(output);
    152153        return true;
     
    398399    }
    399400    if (!psArrayLength(output)) {
    400         psError(PS_ERR_UNKNOWN, false, "no pending rawImfile rows found");
     401        psTrace("regtool", PS_LOG_INFO, "no rows found");
    401402        psFree(output);
    402403        return true;
     
    499500    }
    500501    if (!psArrayLength(output)) {
     502        psTrace("regtool", PS_LOG_INFO, "no rows found");
    501503        psFree(output);
    502504        return true;
     
    575577    }
    576578    if (!psArrayLength(output)) {
    577         psError(PS_ERR_UNKNOWN, false, "no pending newExp rows found");
     579        psTrace("regtool", PS_LOG_INFO, "no rows found");
    578580        psFree(output);
    579581        return true;
     
    802804    }
    803805    if (!psArrayLength(output)) {
    804         psError(PS_ERR_UNKNOWN, false, "no pending rawExp rows found");
     806        psTrace("regtool", PS_LOG_INFO, "no rows found");
    805807        psFree(output);
    806808        return true;
Note: See TracChangeset for help on using the changeset viewer.