From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32046 invoked by alias); 21 Feb 2011 13:09:28 -0000 Received: (qmail 31927 invoked by uid 9796); 21 Feb 2011 13:09:28 -0000 Date: Mon, 21 Feb 2011 13:09:00 -0000 Message-ID: <20110221130928.31891.qmail@sourceware.org> From: prajnoha@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/lib/metadata pv_manip.c Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00068.txt.bz2 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; }