IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10482


Ignore:
Timestamp:
Dec 5, 2006, 12:03:43 PM (20 years ago)
Author:
Paul Price
Message:

Adding additional tracing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigRecipes.c

    r10481 r10482  
    405405        if (recipe) {
    406406            // if this named recipe exists, supplement it
     407            psTrace("psModules.config", 3, "Supplementing %s from %s.\n", symbolName, symbolRef);
    407408            psMetadata *current = psMemIncrRefCounter(psMetadataLookupMetadata(NULL, config->recipes,
    408409                                  symbolName));
     
    420421            if (recipe) {
    421422                // supplement the existing recipe
     423                psTrace("psModules.config", 3, "Supplementing %s from %s metadata within %s.\n",
     424                        symbolName, symbolRef, symbolRef);
    422425                psMetadataCopy (current, recipe);
    423426                psMetadataAdd(config->recipes, PS_LIST_TAIL, symbolName, PS_DATA_METADATA | PS_META_REPLACE,
Note: See TracChangeset for help on using the changeset viewer.