From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCQbL-0005BT-3O for qemu-devel@nongnu.org; Mon, 13 Jun 2016 08:04:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCQbK-0001TP-9K for qemu-devel@nongnu.org; Mon, 13 Jun 2016 08:04:19 -0400 Sender: Paolo Bonzini References: <1463006384-7734-1-git-send-email-eblake@redhat.com> <1463006384-7734-3-git-send-email-eblake@redhat.com> From: Paolo Bonzini Message-ID: <66590e5c-db93-1115-b9e1-a2647702e4e4@redhat.com> Date: Mon, 13 Jun 2016 14:04:10 +0200 MIME-Version: 1.0 In-Reply-To: <1463006384-7734-3-git-send-email-eblake@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 02/11] nbd: More debug typo fixes, use correct formats List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , qemu-devel@nongnu.org Cc: qemu-block@nongnu.org, alex@alex.org.uk On 12/05/2016 00:39, Eric Blake wrote: > Clean up some debug message oddities missed earlier; this includes > some typos, and recognizing that %d is not necessarily compatible > with uint32_t. Actually it should be on any POSIX platform, since (by way of the requirements on limits.h) POSIX requires sizeof(int) to be >= 4. I will apply the patch, but fully expect this to bitrot... Paolo > Also add a couple messages that I found useful > while debugging things. > > Signed-off-by: Eric Blake