summaryrefslogtreecommitdiffstats
path: root/src/food.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/food.c')
-rw-r--r--src/food.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/food.c b/src/food.c
index 9506713..e4bc981 100644
--- a/src/food.c
+++ b/src/food.c
@@ -180,7 +180,7 @@ main(int argc, char * argv[])
for (int i = 0; i < n; i++) {
recipe * r = parse(lib[i], NULL);
if (!r) {
- fprintf(stderr, "Recipe %s not found\n", lib[i]);
+ fprintf(stderr, "Couldn't parse recipe: %s\n", lib[i]);
continue;
}