IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2007, 10:49:13 AM (19 years ago)
Author:
eugene
Message:

only print error message on failures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsStandAlone.c

    r11322 r11486  
    8282    // Common code for the death.
    8383die:
    84     psErrorStackPrint (stderr, "failure in %s", __func__);
     84    if (status) {
     85        psErrorStackPrint (stderr, "failure in %s", __func__);
     86    }
    8587    psFree(data);
    8688    psFree(config);
Note: See TracChangeset for help on using the changeset viewer.