mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
Fix up a debug typo.
Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
parent
f5926b54c0
commit
1be3c3c8ee
@ -363,7 +363,7 @@ remoteDispatchClientRequest (struct qemud_server *server,
|
||||
int ret;
|
||||
remote_error rerr;
|
||||
|
||||
DEBUG("prog=%d ver=%d type=%d satus=%d serial=%d proc=%d",
|
||||
DEBUG("prog=%d ver=%d type=%d status=%d serial=%d proc=%d",
|
||||
msg->hdr.prog, msg->hdr.vers, msg->hdr.type,
|
||||
msg->hdr.status, msg->hdr.serial, msg->hdr.proc);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user