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:
parent
96b353fa44
commit
a13c11c93c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue