From 70adc8371884b00455965be55c87cf6077f7a9b3 Mon Sep 17 00:00:00 2001 Message-Id: <70adc8371884b00455965be55c87cf6077f7a9b3.1342518105.git.minovotn@redhat.com> In-Reply-To: <27a73856ecc481c66c7afac8171f753887f32e31.1342518105.git.minovotn@redhat.com> References: <27a73856ecc481c66c7afac8171f753887f32e31.1342518105.git.minovotn@redhat.com> From: Luiz Capitulino Date: Tue, 5 Jun 2012 14:58:36 +0200 Subject: [PATCH 27/41] qemu-ga: don't warn on no command return RH-Author: Luiz Capitulino Message-id: <1338908331-15633-22-git-send-email-lcapitulino@redhat.com> Patchwork-id: 39918 O-Subject: [PATCH RHEL6.4 qemu-kvm 21/36] qemu-ga: don't warn on no command return Bugzilla: 827612 RH-Acked-by: Paolo Bonzini RH-Acked-by: Juan Quintela RH-Acked-by: Jeffrey Cody 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 (cherry picked from commit ce8c8b7bd8958fde291f7736016015864e7638a2) Signed-off-by: Luiz Capitulino --- qemu-ga.c | 2 -- 1 file changed, 2 deletions(-) Signed-off-by: Michal Novotny --- qemu-ga.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/qemu-ga.c b/qemu-ga.c index 680997e..cf61cb9 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"); } } -- 1.7.10.4