]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Silence "setting dataset to sync always" message in ztest.
authorEtienne Dechamps <etienne.dechamps@ovh.net>
Mon, 10 Sep 2012 14:23:21 +0000 (16:23 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 10 Sep 2012 17:55:44 +0000 (10:55 -0700)
commitb815ff9a8f3ed0b87fc24517fd01a867ec07b424
tree65708b1c416363e19a5453805017f2b3e9362b1c
parent4ca9a43644cf651ed3bb533d183cf33525a9fc4a
Silence "setting dataset to sync always" message in ztest.

ztest outputs a message when testing sync=always no matter what the
verbosity level is. There is no point outputting this message for low
verbosity levels.

With this patch the message is only displayed at verbosity level 5 or
above. The result is less output pollution.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #951
cmd/ztest/ztest.c