[lvm-devel] LVM2/lib/device dev-cache.c

zkabelac at sourceware.org zkabelac at sourceware.org
Thu Apr 28 19:59:18 UTC 2011


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2011-04-28 19:59:17

Modified files:
	lib/device     : dev-cache.c 

Log message:
	Missing space in debug message

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/device/dev-cache.c.diff?cvsroot=lvm2&r1=1.64&r2=1.65

--- LVM2/lib/device/dev-cache.c	2011/04/22 12:05:33	1.64
+++ LVM2/lib/device/dev-cache.c	2011/04/28 19:59:17	1.65
@@ -546,7 +546,7 @@
 					  "cache fully", dl->dir);
 		}
 		else if (!_insert_dir(dl->dir))
-			log_debug("%s: Failed to insert devices to"
+			log_debug("%s: Failed to insert devices to "
 				  "device cache fully", dl->dir);
 	}
 }



More information about the lvm-devel mailing list