Changeset 8401 for trunk/ppStats/src/ppStatsSetupFromRecipe.c
- Timestamp:
- Aug 16, 2006, 3:15:47 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStatsSetupFromRecipe.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStatsSetupFromRecipe.c
r8347 r8401 65 65 // Determine recipe parameters 66 66 bool mdok; // Status of MD lookup 67 psMetadata *recipe = psMetadataLookupMD(&mdok, config->recipes, RECIPENAME);67 psMetadata *recipe = psMetadataLookupMD(&mdok, config->recipes, PPSTATS_RECIPE); 68 68 if (!mdok || !recipe) { 69 psLogMsg(__func__, PS_LOG_WARN, "Unable to find recipe %s.\n", RECIPENAME);69 psLogMsg(__func__, PS_LOG_WARN, "Unable to find recipe %s.\n", PPSTATS_RECIPE); 70 70 return data; 71 71 }
Note:
See TracChangeset
for help on using the changeset viewer.
