Changeset 28960
- Timestamp:
- Aug 18, 2010, 7:43:29 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotStack.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotStack.c
r27547 r28960 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.
