style: Fix IncompatibleRoomVersion log line
This commit is contained in:
parent
ff4dddd673
commit
aa5400bcef
1 changed files with 1 additions and 1 deletions
|
|
@ -862,7 +862,7 @@ async fn make_join_request(
|
|||
| ErrorKind::IncompatibleRoomVersion { room_version } => {
|
||||
warn!(
|
||||
"{remote_server} reports the room we are trying to join is \
|
||||
version{room_version}, which we do not support: {e}."
|
||||
v{room_version}, which we do not support."
|
||||
);
|
||||
return Err(e);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue