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

    r11860 r12093  
    104104    }
    105105    if (!psArrayLength(output)) {
    106         psError(PS_ERR_UNKNOWN, false, "no rows found");
     106        psTrace("pztool", PS_LOG_INFO, "no rows found");
    107107        psFree(output);
    108108        return true;
     
    162162    }
    163163    if (!psArrayLength(output)) {
    164         psError(PS_ERR_UNKNOWN, false, "no rows found");
     164        psTrace("pztool", PS_LOG_INFO, "no rows found");
    165165        psFree(output);
    166166        return true;
     
    222222    }
    223223    if (!psArrayLength(output)) {
    224         psError(PS_ERR_UNKNOWN, false, "no rows found");
     224        psTrace("pztool", PS_LOG_INFO, "no rows found");
    225225        psFree(output);
    226226        return true;
Note: See TracChangeset for help on using the changeset viewer.