Index: trunk/ppStats/src/ppStatsSetupFromRecipe.c
===================================================================
--- trunk/ppStats/src/ppStatsSetupFromRecipe.c	(revision 8337)
+++ trunk/ppStats/src/ppStatsSetupFromRecipe.c	(revision 8347)
@@ -84,5 +84,5 @@
         while ((statString = psListGetAndIncrement(iterator))) {
             psStatsOptions stat = psStatsOptionFromString(statString);
-            if (stat >= 0) {
+            if (stat == 0) {
                 psLogMsg(__func__, PS_LOG_WARN, "Can't interpret STATS entry in recipe: "
                          "%s --- ignored.\n", statString);
