about summary refs log tree commit diff stats
path: root/027call_ingredient.cc
diff options
context:
space:
mode:
Diffstat (limited to '027call_ingredient.cc')
-rw-r--r--027call_ingredient.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/027call_ingredient.cc b/027call_ingredient.cc
index 99d20b17..06a18b10 100644
--- a/027call_ingredient.cc
+++ b/027call_ingredient.cc
@@ -63,7 +63,7 @@ case NEXT_INGREDIENT: {
     }
     else if (!types_coercible(product,
                               current_call().ingredients.at(current_call().next_ingredient_to_process))) {
-      raise << maybe(current_recipe_name()) << "wrong type for ingredient '" << product.original_string << "'\n" << end();
+      raise << maybe(current_recipe_name()) << "wrong type for ingredient '" << product.original_string << "': " << current_call().ingredients.at(current_call().next_ingredient_to_process).original_string << '\n' << end();
       // End next-ingredient Type Mismatch Error
     }
     products.push_back(