IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10047


Ignore:
Timestamp:
Nov 17, 2006, 12:32:10 PM (19 years ago)
Author:
jhoblitt
Message:

print error stack on EXIT_FAILURE only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxinject.c

    r10039 r10047  
    5353    psFree(config);
    5454    pmConfigDone();
    55     if (psErrorGetStackSize()) {
    56         psErrorStackPrint(stderr, "Errors:\n");
    57     }
    5855    psLibFinalize();
    5956
     
    6158
    6259FAIL:
     60    psErrorStackPrint (stderr, "failure\n");
     61
    6362    psFree(config);
    6463    pmConfigDone();
    65     psErrorStackPrint (stderr, "failure\n");
    6664    psLibFinalize();
    6765
Note: See TracChangeset for help on using the changeset viewer.