From: Zdenek Kabelac Date: Mon, 17 Oct 2011 14:17:30 +0000 (+0000) Subject: Indent debug message X-Git-Tag: v2_02_91~410 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=1f7edce80436d0142e1d98b43486a81bfa315948;p=lvm2.git Indent debug message --- diff --git a/lib/thin/thin.c b/lib/thin/thin.c index cfb627da2..236308047 100644 --- a/lib/thin/thin.c +++ b/lib/thin/thin.c @@ -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; }