[thin_rmap] tweak an error message.
This commit is contained in:
parent
24931b3bda
commit
99e8459be3
@ -46,7 +46,7 @@ namespace {
|
|||||||
class damage_visitor {
|
class damage_visitor {
|
||||||
public:
|
public:
|
||||||
virtual void visit(btree_path const &path, btree_detail::damage const &d) {
|
virtual void visit(btree_path const &path, btree_detail::damage const &d) {
|
||||||
throw std::runtime_error("damage in mapping tree, please run thin_check");
|
throw std::runtime_error("Damage in mapping tree, please run thin_check.\n");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user