From: Chris Lalancette Date: Thu, 8 Apr 2010 12:47:02 +0000 (-0400) Subject: Fix up a debug typo. X-Git-Tag: v0.8.1~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1be3c3c8eed13b316ffa15ecd33ff7551b6b0055;p=thirdparty%2Flibvirt.git Fix up a debug typo. Signed-off-by: Chris Lalancette --- diff --git a/daemon/dispatch.c b/daemon/dispatch.c index f024900c34..05288adcec 100644 --- a/daemon/dispatch.c +++ b/daemon/dispatch.c @@ -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);