]> sourceware.org Git - lvm2.git/commitdiff
Indent debug message
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 17 Oct 2011 14:17:30 +0000 (14:17 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 17 Oct 2011 14:17:30 +0000 (14:17 +0000)
lib/thin/thin.c

index cfb627da2e3d91e9180dd274005dd278a2a04b21..236308047ae4e6768d9259d777864ab207a45373 100644 (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;
        }
 
This page took 0.03167 seconds and 5 git commands to generate.