about summary refs log tree commit diff stats
path: root/085scenario_console.cc
diff options
context:
space:
mode:
Diffstat (limited to '085scenario_console.cc')
-rw-r--r--085scenario_console.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/085scenario_console.cc b/085scenario_console.cc
index a6b3dfa3..c6321623 100644
--- a/085scenario_console.cc
+++ b/085scenario_console.cc
@@ -78,7 +78,7 @@ case ASSUME_CONSOLE: {
       else if (contains_key(Key, key))
         put(Memory, Current_routine->alloc+1, Key[key]);
       else
-        raise << "assume-console: can't press " << key << '\n' << end();
+        raise << "assume-console: can't press '" << key << "'\n" << end();
       if (get_or_insert(Memory, Current_routine->alloc+1) < 256)
         // these keys are in ascii
         put(Memory, Current_routine->alloc, /*tag for 'text' variant of 'event' exclusive-container*/0);