mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
modules/client/directory/room: Fix type for log va_rtti.
This commit is contained in:
parent
1379350a72
commit
743c2331ae
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ put__directory_room(client &client,
|
|||
{
|
||||
http::CONFLICT, "M_EXISTS",
|
||||
"Room alias %s already exists",
|
||||
room_alias
|
||||
string_view{room_alias},
|
||||
};
|
||||
|
||||
const unique_buffer<mutable_buffer> buf
|
||||
|
|
Loading…
Reference in a new issue