1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-07 05:58:00 +03:00

Indent debug message

This commit is contained in:
Zdenek Kabelac 2011-10-17 14:17:30 +00:00
parent f8690cf8d5
commit 10c2510aaf

View File

@ -221,12 +221,14 @@ static int _thin_pool_add_target_line(struct dev_manager *dm,
struct dm_thin_message dmsg;
if (!(metadata_dlid = build_dm_uuid(mem, seg->pool_metadata_lv->lvid.s, NULL))) {
log_error("Failed to build uuid for metadata LV %s.", seg->pool_metadata_lv->name);
log_error("Failed to build uuid for metadata LV %s.",
seg->pool_metadata_lv->name);
return 0;
}
if (!(pool_dlid = build_dm_uuid(mem, seg_lv(seg, 0)->lvid.s, NULL))) {
log_error("Failed to build uuid for pool LV %s.", seg_lv(seg, 0)->name);
log_error("Failed to build uuid for pool LV %s.",
seg_lv(seg, 0)->name);
return 0;
}