Index: trunk/psModules/src/config/pmConfigRecipes.c
===================================================================
--- trunk/psModules/src/config/pmConfigRecipes.c	(revision 20354)
+++ trunk/psModules/src/config/pmConfigRecipes.c	(revision 21387)
@@ -276,5 +276,5 @@
         psMetadata *recipe = NULL;      // Recipe from file
         if (!pmConfigFileRead(&recipe, filename, "recipe")) {
-            psError(PS_ERR_IO, "Error reading config file %s\n", filename);
+            psError(PS_ERR_IO, false, "Error reading config file %s\n", filename);
             psFree(recipeName);
             psFree(filename);
