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

    r12029 r12093  
    358358    }
    359359    if (!psArrayLength(output)) {
    360         psError(PS_ERR_UNKNOWN, false, "no diffInputSkyfile rows found");
     360        psTrace("difftool", PS_LOG_INFO, "no rows found");
    361361        psFree(output);
    362362        return true;
     
    452452    }
    453453    if (!psArrayLength(output)) {
    454         psError(PS_ERR_UNKNOWN, false, "no diffSkyfile rows found");
     454        psTrace("difftool", PS_LOG_INFO, "no rows found");
    455455        psFree(output);
    456456        return true;
     
    615615    }
    616616    if (!psArrayLength(output)) {
    617         psError(PS_ERR_UNKNOWN, false, "no diffSkyfile rows found");
     617        psTrace("difftool", PS_LOG_INFO, "no rows found");
    618618        psFree(output);
    619619        return true;
Note: See TracChangeset for help on using the changeset viewer.