1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

cleanup: verbose in human readable size

Use normal size like we use everywhere else.
This commit is contained in:
Zdenek Kabelac 2014-07-01 11:03:31 +02:00
parent 6b3a49876e
commit 165cfab7db

View File

@ -446,7 +446,7 @@ static int _read_params(struct lvconvert_params *lp, struct cmd_context *cmd,
"range 4K to 512K");
return 0;
}
log_verbose("Setting chunksize to %d sectors.", lp->chunk_size);
log_verbose("Setting chunk size to %s.", display_size(cmd, lp->chunk_size));
if (!(lp->segtype = get_segtype_from_string(cmd, "snapshot")))
return_0;