mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 16:29:45 +00:00
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>
This commit is contained in:
parent
d34b867d81
commit
ce8c8b7bd8
@ -488,8 +488,6 @@ static void process_command(GAState *s, QDict *req)
|
|||||||
g_warning("error sending response: %s", strerror(ret));
|
g_warning("error sending response: %s", strerror(ret));
|
||||||
}
|
}
|
||||||
qobject_decref(rsp);
|
qobject_decref(rsp);
|
||||||
} else {
|
|
||||||
g_warning("error getting response");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user