diff --git a/crates/matrix-sdk-ui/src/room_list_service/mod.rs b/crates/matrix-sdk-ui/src/room_list_service/mod.rs index 68c7355fc..f3c1906af 100644 --- a/crates/matrix-sdk-ui/src/room_list_service/mod.rs +++ b/crates/matrix-sdk-ui/src/room_list_service/mod.rs @@ -497,7 +497,7 @@ pub enum Error { UnknownList(String), /// An input was asked to be applied but it wasn't possible to apply it. - #[error("The input cannot be applied")] + #[error("The input cannot be applied: {0:?}")] InputCannotBeApplied(Input), /// The requested room doesn't exist.