diff options
Diffstat (limited to 'source/lib/debug.c')
-rw-r--r-- | source/lib/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/lib/debug.c b/source/lib/debug.c index fe4cd52a8b1..b0d8ff35230 100644 --- a/source/lib/debug.c +++ b/source/lib/debug.c @@ -163,6 +163,7 @@ static const char *default_classname_table[] = { "vfs", /* DBGC_VFS */ "idmap", /* DBGC_IDMAP */ "quota", /* DBGC_QUOTA */ + "acls", /* DBGC_QUOTA */ NULL }; |