IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2011, 4:13:17 PM (15 years ago)
Author:
rhenders
Message:

Improved error handling when starting args wrong

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/src/InitBatch.c

    r31036 r31071  
    4444            !this->base.gotConfig() ) {
    4545
    46         printf("\n* ERROR with supplied arguments:");
    47         this->print(this);
     46        this->base.logger->print(this->base.logger, MSG_ERROR, "InitBatch", "Problem with supplied arguments\n");
    4847        this->base.exitCode = PS_EXIT_CONFIG_ERROR;
    4948        return false;
Note: See TracChangeset for help on using the changeset viewer.