about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--030container.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/030container.cc b/030container.cc
index 81e89659..c1b682c6 100644
--- a/030container.cc
+++ b/030container.cc
@@ -219,7 +219,7 @@ container_metadata& get(vector<pair<type_tree*, container_metadata> >& all, cons
       return all.at(i).second;
   }
   tb_shutdown();
-  raise << "unknown size for type " << to_string(key) << '\n' << end();
+  raise << "unknown size for type '" << to_string(key) << "'\n" << end();
   assert(false);
 }