From 1f7edce80436d0142e1d98b43486a81bfa315948 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 17 Oct 2011 14:17:30 +0000 Subject: [PATCH] Indent debug message --- lib/thin/thin.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; } -- 2.43.5