diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2012-05-08 14:24:45 -0300 |
---|---|---|
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | 2012-05-15 09:15:16 -0500 |
commit | ce8c8b7bd8958fde291f7736016015864e7638a2 (patch) | |
tree | 69c90c6c63b1f19a3ae0edb4fc98c3a42646bf00 /qemu-ga.c | |
parent | d34b867d816585900b72d09d42a34cea3057903d (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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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"); } } |