1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00

cleanup: update message

This commit is contained in:
Zdenek Kabelac 2017-06-09 21:31:02 +02:00
parent db5938a4f8
commit 57379157f4

View File

@ -718,7 +718,7 @@ int update_thin_pool_params(struct cmd_context *cmd,
return 0;
}
log_print_unless_silent("Thin pool data with chunk size %s can address at most %s of data.",
log_print_unless_silent("Thin pool volume with chunk size %s can address at most %s of data.",
display_size(cmd, *chunk_size), display_size(cmd, max_pool_data_size));
if (!validate_thin_pool_chunk_size(cmd, *chunk_size))