Changeset 29060 for branches/sc_branches/trunkTest/psphot/src/psphotStack.c
- Timestamp:
- Aug 26, 2010, 9:18:39 AM (16 years ago)
- Location:
- branches/sc_branches/trunkTest
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sc_branches/trunkTest
- Property svn:mergeinfo changed
-
branches/sc_branches/trunkTest/psphot
- Property svn:mergeinfo deleted
-
branches/sc_branches/trunkTest/psphot/src/psphotStack.c
r27547 r29060 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.
