mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
debug: better message for pool zeroing state
This commit is contained in:
parent
38200c2000
commit
b6f921e5cb
@ -980,7 +980,7 @@ int get_pool_params(struct cmd_context *cmd,
|
||||
if (arg_is_set(cmd, zero_ARG)) {
|
||||
*passed_args |= PASS_ARG_ZERO;
|
||||
*zero = arg_int_value(cmd, zero_ARG, 1);
|
||||
log_very_verbose("Setting pool zeroing: %u", *zero);
|
||||
log_very_verbose("%s pool zeroing.", *zero ? "Enabling" : "Disabling");
|
||||
}
|
||||
if (arg_is_set(cmd, discards_ARG)) {
|
||||
*passed_args |= PASS_ARG_DISCARDS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user