diff --git a/crates/eww/src/state/one_to_n_elements_map.rs b/crates/eww/src/state/one_to_n_elements_map.rs index fc4d5a6..11a755f 100644 --- a/crates/eww/src/state/one_to_n_elements_map.rs +++ b/crates/eww/src/state/one_to_n_elements_map.rs @@ -83,7 +83,7 @@ impl OneToNElemen ); } } else { - bail!("parent_to_child stored mapping from {:?} to {:?}, which was not found in child_to_parent"); + bail!("parent_to_child stored mapping from {:?} to {:?}, which was not found in child_to_parent", parent, child); } } }