diff options
Diffstat (limited to 'module/zcommon/zfs_deleg.c')
-rw-r--r-- | module/zcommon/zfs_deleg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zcommon/zfs_deleg.c b/module/zcommon/zfs_deleg.c index a152b4e76..f6e41da9d 100644 --- a/module/zcommon/zfs_deleg.c +++ b/module/zcommon/zfs_deleg.c @@ -227,7 +227,7 @@ zfs_deleg_whokey(char *attr, zfs_deleg_who_type_t type, ZFS_DELEG_FIELD_SEP_CHR); break; default: - ASSERT(!"bad zfs_deleg_who_type_t"); + cmn_err(CE_PANIC, "bad zfs_deleg_who_type_t %d", type); } } |