nbd: More debug typo fixes, use correct formats
commitce00e529bc4039907321e24b402c4c2aa92ab750
authorEric Blake <eblake@redhat.com>
Wed, 11 May 2016 22:39:35 +0000 (11 16:39 -0600)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 5 Aug 2016 21:15:11 +0000 (5 16:15 -0500)
treec89cf706c19365b7f8d499ebd4c75698de531656
parent28eae0af65dcae887d3cd32212c702ee708c84be
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>
(cherry picked from commit 2cb347493c5a0c3634dc13942ba65fdcefbcd34b)
* context prereq for 7423f41
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
nbd/client.c
nbd/server.c