Re: [libvirt] [PATCH 3/6] lxc: driver: Improve logging when launching emulator

2011-05-10 Thread Daniel P. Berrange
On Fri, May 06, 2011 at 01:26:08PM -0400, Cole Robinson wrote: > Log the full command line and a timestamp like we do for QEMU > > Signed-off-by: Cole Robinson > --- > src/lxc/lxc_driver.c | 23 +++ > 1 files changed, 23 insertions(+), 0 deletions(-) > > diff --git a/src/l

[libvirt] [PATCH 3/6] lxc: driver: Improve logging when launching emulator

2011-05-06 Thread Cole Robinson
Log the full command line and a timestamp like we do for QEMU Signed-off-by: Cole Robinson --- src/lxc/lxc_driver.c | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/src/lxc/lxc_driver.c b/src/lxc/lxc_driver.c index 2537f5d..7aed910 100644 --- a/src/