Index: trunk/psModules/src/config/pmConfigRecipes.c
===================================================================
--- trunk/psModules/src/config/pmConfigRecipes.c	(revision 10481)
+++ trunk/psModules/src/config/pmConfigRecipes.c	(revision 10482)
@@ -405,4 +405,5 @@
         if (recipe) {
             // if this named recipe exists, supplement it
+            psTrace("psModules.config", 3, "Supplementing %s from %s.\n", symbolName, symbolRef);
             psMetadata *current = psMemIncrRefCounter(psMetadataLookupMetadata(NULL, config->recipes,
                                   symbolName));
@@ -420,4 +421,6 @@
             if (recipe) {
                 // supplement the existing recipe
+                psTrace("psModules.config", 3, "Supplementing %s from %s metadata within %s.\n",
+                        symbolName, symbolRef, symbolRef);
                 psMetadataCopy (current, recipe);
                 psMetadataAdd(config->recipes, PS_LIST_TAIL, symbolName, PS_DATA_METADATA | PS_META_REPLACE,
