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

    r12058 r12093  
    137137    }
    138138    if (!psArrayLength(output)) {
    139         // XXX check psError here
    140         psError(PS_ERR_UNKNOWN, false, "no camPendingExp rows found");
     139        psTrace("camtool", PS_LOG_INFO, "no rows found");
    141140        psFree(output);
    142141        return true;
     
    207206    }
    208207    if (!psArrayLength(output)) {
    209         // XXX check psError here
    210         psError(PS_ERR_UNKNOWN, false, "no pending chipProcessedImfile rows found");
     208        psTrace("camtool", PS_LOG_INFO, "no rows found");
    211209        psFree(output);
    212210        return true;
     
    367365    }
    368366    if (!psArrayLength(output)) {
    369         psError(PS_ERR_UNKNOWN, false, "no camPendingExp rows found");
     367        psTrace("camtool", PS_LOG_INFO, "no rows found");
    370368        psFree(output);
    371369        return true;
     
    502500    }
    503501    if (!psArrayLength(output)) {
    504         // XXX check psError here
    505         psError(PS_ERR_UNKNOWN, false, "no camProcessedExp rows found");
     502        psTrace("camtool", PS_LOG_INFO, "no rows found");
    506503        psFree(output);
    507504        return true;
     
    593590    }
    594591    if (!psArrayLength(output)) {
    595         // XXX check psError here
    596         psError(PS_ERR_UNKNOWN, false, "no camMask rows found");
     592        psTrace("camtool", PS_LOG_INFO, "no rows found");
    597593        psFree(output);
    598594        return true;
Note: See TracChangeset for help on using the changeset viewer.