about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-04 15:30:34 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-04 15:30:34 -0700
commitdb7d6e063a4729ce06269013f839892d7169e396 (patch)
treede9d5e349e3de28cbe8d36195156fad8c7cff37a /030container.cc
parent75f9f0c033296776b84f5fdb2fc727db9fdac4b0 (diff)
downloadmu-db7d6e063a4729ce06269013f839892d7169e396.tar.gz
3296
Diffstat (limited to '030container.cc')
-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);
 }