diff mbox

[v6,2/4] guest agent: qemu-ga daemon

Message ID 4E13ADAE.9080301@linux.vnet.ibm.com
State New
Headers show

Commit Message

Michael Roth July 6, 2011, 12:34 a.m. UTC
Doh! Missed a final build test and this little bugger slipped in. Please 
apply the following patch to fix it, qapi-backport-set3-v6 has been 
updated accordingly. Thanks to Matsuda Daiki for the catch/patch!
diff mbox

Patch

--- qemu-ga.c.orig	2011-07-06 09:03:00.656139317 +0900
+++ qemu-ga.c	2011-07-06 09:03:10.783264699 +0900
@@ -54,7 +54,7 @@  static struct GAState *ga_state;

  static void quit_handler(int sig)
  {
-    g_debug("recieved signal num %d, quitting");
+    g_debug("recieved signal num %d, quitting", sig);

      if (g_main_loop_is_running(ga_state->main_loop)) {
          g_main_loop_quit(ga_state->main_loop);