Changeset 8347
- Timestamp:
- Aug 14, 2006, 7:13:57 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStatsSetupFromRecipe.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStatsSetupFromRecipe.c
r8337 r8347 84 84 while ((statString = psListGetAndIncrement(iterator))) { 85 85 psStatsOptions stat = psStatsOptionFromString(statString); 86 if (stat >= 0) {86 if (stat == 0) { 87 87 psLogMsg(__func__, PS_LOG_WARN, "Can't interpret STATS entry in recipe: " 88 88 "%s --- ignored.\n", statString);
Note:
See TracChangeset
for help on using the changeset viewer.
