1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-25 01:34:38 +03:00

Missed rename pool->thin_pool

Fix compilation
This commit is contained in:
Zdenek Kabelac 2011-10-03 19:10:52 +00:00
parent b12ec9b372
commit b79f082537

View File

@ -97,7 +97,7 @@ uint32_t get_free_pool_device_id(struct lv_segment *thin_pool_seg)
if (!seg_is_thin_pool(thin_pool_seg)) {
log_error("Segment in %s is not a thin pool segment.",
pool_seg->lv->name);
thin_pool_seg->lv->name);
return 0;
}