Re: [libvirt] [PATCH v2 2/4] Report qemu log data if we fail to daemonize the process.

2009-05-06 Thread Daniel P. Berrange
On Mon, May 04, 2009 at 03:52:09PM -0400, Cole Robinson wrote: This ensures the user will actually see 'hook' function error output. ACK Daniel Signed-off-by: Cole Robinson crobi...@redhat.com --- src/qemu_driver.c | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-)

[libvirt] [PATCH v2 2/4] Report qemu log data if we fail to daemonize the process.

2009-05-04 Thread Cole Robinson
This ensures the user will actually see 'hook' function error output. Signed-off-by: Cole Robinson crobi...@redhat.com --- src/qemu_driver.c | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/qemu_driver.c b/src/qemu_driver.c index cc510b2..5200532 100644