[lvm-devel] LVM2/lib/activate fs.c

prajnoha at sourceware.org prajnoha at sourceware.org
Wed Aug 5 09:12:47 UTC 2009


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	prajnoha at sourceware.org	2009-08-05 09:12:44

Modified files:
	lib/activate   : fs.c 

Log message:
	Forgotten '%s' in one of _mk_link warning messages.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/activate/fs.c.diff?cvsroot=lvm2&r1=1.46&r2=1.47

--- LVM2/lib/activate/fs.c	2009/08/04 21:44:20	1.46
+++ LVM2/lib/activate/fs.c	2009/08/05 09:12:44	1.47
@@ -186,7 +186,7 @@
 			return 0;
 		}
 	} else if (dm_udev_get_sync_support())
-		log_warn("The link should had been created by udev "
+		log_warn("The link %s should had been created by udev "
 			  "but it was not found. Falling back to "
 			  "direct link creation.", lv_path);
 




More information about the lvm-devel mailing list