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

adjust mirror log error message

This commit is contained in:
Alasdair Kergon 2008-01-16 19:50:23 +00:00
parent c394e2c5b6
commit ba4d6ad8ea

View File

@ -1187,7 +1187,7 @@ int add_mirror_log(struct cmd_context *cmd,
0, 0, log_count, 0,
allocatable_pvs, alloc, parallel_areas);
if (!ah) {
log_error("Unable to allocate temporary LV for pvmove.");
log_error("Unable to allocate extents for mirror log.");
return 0;
}