This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/lib/metadata pv_manip.c


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	prajnoha@sourceware.org	2011-02-21 13:09:27

Modified files:
	lib/metadata   : pv_manip.c 

Log message:
	%ld -> PRIu64

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/metadata/pv_manip.c.diff?cvsroot=lvm2&r1=1.26&r2=1.27

--- LVM2/lib/metadata/pv_manip.c	2011/02/21 12:27:26	1.26
+++ LVM2/lib/metadata/pv_manip.c	2011/02/21 13:09:27	1.27
@@ -436,7 +436,7 @@
 	uint32_t old_pe_count, new_pe_count = 0;
 
 	if (size < pv_min_size()) {
-		log_error("Size must exceed minimum of %ld sectors on PV %s.",
+		log_error("Size must exceed minimum of %" PRIu64 " sectors on PV %s.",
 			   pv_min_size(), pv_dev_name(pv));
 		return 0;
 	}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]