mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 17:50:16 +01:00
ircd::db: Fix erroneous param in debug log.
This commit is contained in:
parent
e81908d1f8
commit
1e99077169
1 changed files with 1 additions and 1 deletions
|
@ -1361,7 +1361,7 @@ noexcept
|
|||
{
|
||||
log.debug("'%s': create directory '%s'",
|
||||
d.name,
|
||||
d);
|
||||
name);
|
||||
|
||||
return defaults.CreateDir(name);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue