IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2009, 5:36:51 PM (17 years ago)
Author:
Paul Price
Message:

Generate an error if the configuration dumping doesn't work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpLoop.c

    r25738 r25847  
    488488    psString dump_file = psMetadataLookupStr(&status, config->arguments, "DUMP_CONFIG");
    489489    if (dump_file) {
    490         pmConfigDump(config, dump_file);
     490        if (!pmConfigDump(config, dump_file)) {
     491            psError(PS_ERR_IO, false, "Unable to dump configuration");
     492            return false;
     493        }
    491494    }
    492495
Note: See TracChangeset for help on using the changeset viewer.