[damage_visitor] update path_tracker in error_accessing_node()
This commit is contained in:
parent
2b12854ecd
commit
febe80f4bb
@ -197,6 +197,7 @@ namespace persistent_data {
|
||||
|
||||
error_outcome error_accessing_node(node_location const &l, block_address b,
|
||||
std::string const &what) {
|
||||
update_path(l.path);
|
||||
report_damage(what);
|
||||
return btree<Levels, ValueTraits>::visitor::EXCEPTION_HANDLED;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user