mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
style: Fix IncompatibleRoomVersion log line
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user