]> git.proxmox.com Git - mirror_qemu.git/commit
nbd: More debug typo fixes, use correct formats
authorEric Blake <eblake@redhat.com>
Wed, 11 May 2016 22:39:35 +0000 (16:39 -0600)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 16 Jun 2016 16:39:05 +0000 (18:39 +0200)
commit2cb347493c5a0c3634dc13942ba65fdcefbcd34b
treed8101fcd500675424f8a15dd0eb70cb70d6814aa
parenta0c303693ead8236a55a59097d75bd521f8212e2
nbd: More debug typo fixes, use correct formats

Clean up some debug message oddities missed earlier; this includes
some typos, and recognizing that %d is not necessarily compatible
with uint32_t. Also add a couple messages that I found useful
while debugging things.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1463006384-7734-3-git-send-email-eblake@redhat.com>
[Do not use PRIx16, clang complains. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
nbd/client.c
nbd/server.c