Changeset 28986
- Timestamp:
- Aug 20, 2010, 10:54:33 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/psphot/src/psphotStack.c
r27547 r28986 24 24 exit (psphotGetExitStatus()); 25 25 } 26 // Dump configuration 27 bool mdok; 28 psString dump = psMetadataLookupStr(&mdok, config->arguments, "DUMP_CONFIG"); // File for config 29 if (dump && !pmConfigDump(config, dump)) { 30 psError(psErrorCodeLast(), false, "Unable to dump configuration."); 31 exit (psphotGetExitStatus()); 32 } 33 34 26 35 27 36 psLogMsg ("psphot", 3, "complete psphot run: %f sec\n", psTimerMark ("complete"));
Note:
See TracChangeset
for help on using the changeset viewer.
