[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,
|
error_outcome error_accessing_node(node_location const &l, block_address b,
|
||||||
std::string const &what) {
|
std::string const &what) {
|
||||||
|
update_path(l.path);
|
||||||
report_damage(what);
|
report_damage(what);
|
||||||
return btree<Levels, ValueTraits>::visitor::EXCEPTION_HANDLED;
|
return btree<Levels, ValueTraits>::visitor::EXCEPTION_HANDLED;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user