Changeset 10482 for trunk/psModules/src/config/pmConfigRecipes.c
- Timestamp:
- Dec 5, 2006, 12:03:43 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigRecipes.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigRecipes.c
r10481 r10482 405 405 if (recipe) { 406 406 // if this named recipe exists, supplement it 407 psTrace("psModules.config", 3, "Supplementing %s from %s.\n", symbolName, symbolRef); 407 408 psMetadata *current = psMemIncrRefCounter(psMetadataLookupMetadata(NULL, config->recipes, 408 409 symbolName)); … … 420 421 if (recipe) { 421 422 // supplement the existing recipe 423 psTrace("psModules.config", 3, "Supplementing %s from %s metadata within %s.\n", 424 symbolName, symbolRef, symbolRef); 422 425 psMetadataCopy (current, recipe); 423 426 psMetadataAdd(config->recipes, PS_LIST_TAIL, symbolName, PS_DATA_METADATA | PS_META_REPLACE,
Note:
See TracChangeset
for help on using the changeset viewer.
