From: Luiz Capitulino Date: Tue, 8 May 2012 17:24:45 +0000 (-0300) Subject: qemu-ga: don't warn on no command return X-Git-Tag: v1.1.0-rc3~9^2~11 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ce8c8b7bd8958fde291f7736016015864e7638a2;p=users%2Fdwmw2%2Fqemu.git qemu-ga: don't warn on no command return This is a valid condition when a command chooses to not emit a success response. Signed-off-by: Luiz Capitulino Signed-off-by: Michael Roth --- diff --git a/qemu-ga.c b/qemu-ga.c index 680997ebd3..cf61cb95e5 100644 --- a/qemu-ga.c +++ b/qemu-ga.c @@ -488,8 +488,6 @@ static void process_command(GAState *s, QDict *req) g_warning("error sending response: %s", strerror(ret)); } qobject_decref(rsp); - } else { - g_warning("error getting response"); } }