]> Git Repo - qemu.git/commit - nbd/server.c
nbd: More debug typo fixes, use correct formats
authorEric Blake <[email protected]>
Wed, 11 May 2016 22:39:35 +0000 (16:39 -0600)
committerPaolo Bonzini <[email protected]>
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 <[email protected]>
Message-Id: <1463006384[email protected]>
[Do not use PRIx16, clang complains. - Paolo]
Signed-off-by: Paolo Bonzini <[email protected]>
nbd/client.c
nbd/server.c
This page took 0.025793 seconds and 4 git commands to generate.