mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd::mods: Remove the version from infolog on load; improve fmt.
This commit is contained in:
parent
6ce67a81a1
commit
0f02cf3c29
1 changed files with 1 additions and 2 deletions
|
@ -892,9 +892,8 @@ try
|
|||
|
||||
log::info
|
||||
{
|
||||
log, "Loaded module %s v%u \"%s\"",
|
||||
log, "Loaded module %s :%s",
|
||||
ret->name(),
|
||||
ret->header->version,
|
||||
!ret->description().empty()?
|
||||
ret->description():
|
||||
"<no description>"_sv
|
||||
|
|
Loading…
Reference in a new issue