0
0
Fork 0
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:
Jason Volk 2018-03-24 14:53:57 -07:00
parent e81908d1f8
commit 1e99077169

View file

@ -1361,7 +1361,7 @@ noexcept
{
log.debug("'%s': create directory '%s'",
d.name,
d);
name);
return defaults.CreateDir(name);
}