IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12944


Ignore:
Timestamp:
Apr 20, 2007, 2:16:22 PM (19 years ago)
Author:
eugene
Message:

cleaner exit error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_02_branch/psphot/src/psphot.c

    r12805 r12944  
    1818    // load input data (config and images (signal, noise, mask)
    1919    if (!psphotParseCamera (config)) {
    20         psErrorStackPrint(stderr, "Error setting up the camera");
     20        psErrorStackPrint(stderr, "Error setting up the camera\n");
    2121        exit (psphotGetExitStatus());
    2222    }
     
    2424    // call psphot for each readout
    2525    if (!psphotImageLoop (config)) {
    26         psErrorStackPrint(stderr, "Error in the psphot image loop");
     26        psErrorStackPrint(stderr, "Error in the psphot image loop\n");
    2727        exit (psphotGetExitStatus());
    2828    }
Note: See TracChangeset for help on using the changeset viewer.