mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
ircd:Ⓜ️:vm: Simplify call for hook name in debuglog.
This commit is contained in:
parent
9f4bc6606e
commit
d08a4f6f24
1 changed files with 2 additions and 2 deletions
|
@ -663,7 +663,7 @@ try
|
|||
{
|
||||
log, "%s | phase:%s enter",
|
||||
loghead(eval),
|
||||
unquote(hook.feature.get("name")),
|
||||
hook.name(),
|
||||
};
|
||||
#endif
|
||||
|
||||
|
@ -674,7 +674,7 @@ try
|
|||
{
|
||||
log, "%s | phase:%s leave",
|
||||
loghead(eval),
|
||||
unquote(hook.feature.get("name")),
|
||||
hook.name(),
|
||||
};
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue