mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
wrap very long line
This commit is contained in:
parent
59147cbae7
commit
76b12c3775
1 changed files with 6 additions and 1 deletions
|
|
@ -299,7 +299,12 @@ impl Service {
|
||||||
|
|
||||||
if !s.supported_room_versions().contains(&s.config.default_room_version)
|
if !s.supported_room_versions().contains(&s.config.default_room_version)
|
||||||
{
|
{
|
||||||
error!(config=?s.config.default_room_version, fallback=?crate::config::default_default_room_version(), "Room version in config isn't supported, falling back to default version");
|
error!(
|
||||||
|
config=?s.config.default_room_version,
|
||||||
|
fallback=?crate::config::default_default_room_version(),
|
||||||
|
"Room version in config isn't supported, falling back to \
|
||||||
|
default version",
|
||||||
|
);
|
||||||
s.config.default_room_version =
|
s.config.default_room_version =
|
||||||
crate::config::default_default_room_version();
|
crate::config::default_default_room_version();
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue