aboutsummaryrefslogtreecommitdiff
path: root/qemu-ga.c
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2012-05-08 14:24:45 -0300
committerMichael Roth <mdroth@linux.vnet.ibm.com>2012-05-15 09:15:16 -0500
commitce8c8b7bd8958fde291f7736016015864e7638a2 (patch)
tree69c90c6c63b1f19a3ae0edb4fc98c3a42646bf00 /qemu-ga.c
parentd34b867d816585900b72d09d42a34cea3057903d (diff)
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 <lcapitulino@redhat.com> Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Diffstat (limited to 'qemu-ga.c')
-rw-r--r--qemu-ga.c2
1 files changed, 0 insertions, 2 deletions
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");
}
}