0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-25 21:38:18 +02:00

ircd::mods: Remove the version from infolog on load; improve fmt.

This commit is contained in:
Jason Volk 2019-06-27 02:22:56 -07:00
parent 6ce67a81a1
commit 0f02cf3c29

View file

@ -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