[lvm-devel] LVM2/lib/format_pool format_pool.c

zkabelac at sourceware.org zkabelac at sourceware.org
Wed Feb 15 13:46:55 UTC 2012


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2012-02-15 13:46:55

Modified files:
	lib/format_pool: format_pool.c 

Log message:
	Update cut&paste error message

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/format_pool/format_pool.c.diff?cvsroot=lvm2&r1=1.51&r2=1.52

--- LVM2/lib/format_pool/format_pool.c	2012/02/15 01:44:59	1.51
+++ LVM2/lib/format_pool/format_pool.c	2012/02/15 13:46:54	1.52
@@ -315,7 +315,7 @@
 	}
 
 	if (!(fmt->orphan_vg = alloc_vg("pool_orphan", cmd, fmt->orphan_vg_name))) {
-		log_error("Couldn't create lvm1 orphan VG.");
+		log_error("Couldn't create pool orphan VG.");
 		dm_free(fmt);
 		return NULL;
 	}




More information about the lvm-devel mailing list