about summary refs log tree commit diff stats
path: root/078hash.cc
diff options
context:
space:
mode:
Diffstat (limited to '078hash.cc')
-rw-r--r--078hash.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/078hash.cc b/078hash.cc
index ce63a87d..0d28d364 100644
--- a/078hash.cc
+++ b/078hash.cc
@@ -355,7 +355,7 @@ case HASH_OLD: {
     break;
   }
   if (!is_mu_string(inst.ingredients.at(0))) {
-    raise << maybe(get(Recipe, r).name) << "'hash_old' currently only supports strings (address:array:character), but got " << inst.ingredients.at(0).original_string << '\n' << end();
+    raise << maybe(get(Recipe, r).name) << "'hash_old' currently only supports strings (address:array:character), but got '" << inst.ingredients.at(0).original_string << "'\n" << end();
     break;
   }
   break;