Skip to content

Commit 438dac8

Browse files
authored
Merge pull request #32 from DataCoreSoftware/fzap_lookup_suppress
Suppress log message of fzap_lookup by increasing its log level
2 parents fec12bc + e8fd2ca commit 438dac8

File tree

1 file changed

+1
-4
lines changed
  • ZFSin/zfs/module/zfs

1 file changed

+1
-4
lines changed

ZFSin/zfs/module/zfs/zap.c

+1-4
Original file line numberDiff line numberDiff line change
@@ -828,10 +828,7 @@ fzap_lookup(zap_name_t *zn,
828828
}
829829

830830
zap_put_leaf(l);
831-
if (err)
832-
dprintf("%s:%d: Returning err = %d\n", __func__, __LINE__, err);
833-
else
834-
TraceEvent(8, "%s:%d: Returning err = %d\n", __func__, __LINE__, err);
831+
TraceEvent(5, "%s:%d: Returning err = %d\n", __func__, __LINE__, err);
835832
return (err);
836833
}
837834

0 commit comments

Comments
 (0)