mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
ircd:Ⓜ️:room::bootstrap: Log completion with notice level.
This commit is contained in:
parent
6123040239
commit
61fa79acb8
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ try
|
|||
// broadcast to the room now manually.
|
||||
m::bootstrap::broadcast_join(room, event, host);
|
||||
|
||||
log::info
|
||||
log::notice
|
||||
{
|
||||
log, "Joined to %s for %s at %s reset:%zu complete",
|
||||
string_view{room_id},
|
||||
|
|
Loading…
Reference in a new issue