0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 16:22:35 +01:00

ircd::log: Fix showing the other name during duplicate snote check.

This commit is contained in:
Jason Volk 2018-04-24 17:56:43 -07:00
parent 96b353fa44
commit a13c11c93c

View file

@ -329,7 +329,7 @@ ircd::log::log::log(const string_view &name,
{
"Logger with snote '%c' is '%s' and already exists at %p",
snote,
name,
other->name,
other
};
}