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

    r12058 r12093  
    263263    }
    264264    if (!psArrayLength(output)) {
    265         // XXX check psError here
    266         psError(PS_ERR_UNKNOWN, false, "no chipPendingImfile rows found");
     265        psTrace("chiptool", PS_LOG_INFO, "no rows found");
    267266        psFree(output);
    268267        return true;
     
    522521    }
    523522    if (!psArrayLength(output)) {
    524         // XXX check psError here
    525         psError(PS_ERR_UNKNOWN, false, "no chipProcessedImfile rows found");
     523        psTrace("chiptool", PS_LOG_INFO, "no rows found");
    526524        psFree(output);
    527525        return true;
     
    614612    }
    615613    if (!psArrayLength(output)) {
    616         // XXX check psError here
    617         psError(PS_ERR_UNKNOWN, false, "no chipMask rows found");
     614        psTrace("chiptool", PS_LOG_INFO, "no rows found");
    618615        psFree(output);
    619616        return true;
     
    718715    }
    719716    if (!psArrayLength(output)) {
    720         // XXX check psError here
    721         psError(PS_ERR_UNKNOWN, false, "no chipPendingExp rows found");
     717        psTrace("chiptool", PS_LOG_INFO, "no rows found");
    722718        psFree(output);
    723719        return true;
Note: See TracChangeset for help on using the changeset viewer.