Re: [libvirt] [PATCH] utils: More useful error message for hook script failure

2011-07-29 Thread Osier Yang
于 2011年07月29日 19:48, Eric Blake 写道: On 07/29/2011 04:23 AM, Osier Yang wrote: Commit 3709a386 ported hooks codes to new command execution API, together with the useful error message removed. Though we can't get "errbuf" from the new command execution API anymore, still we can give a more useful

Re: [libvirt] [PATCH] utils: More useful error message for hook script failure

2011-07-29 Thread Eric Blake
On 07/29/2011 04:23 AM, Osier Yang wrote: Commit 3709a386 ported hooks codes to new command execution API, together with the useful error message removed. Though we can't get "errbuf" from the new command execution API anymore, still we can give a more useful error. https://bugzilla.redhat.com/s

Re: [libvirt] [PATCH] utils: More useful error message for hook script failure

2011-07-29 Thread Daniel Veillard
On Fri, Jul 29, 2011 at 06:23:41PM +0800, Osier Yang wrote: > Commit 3709a386 ported hooks codes to new command execution API, > together with the useful error message removed. Though we can't > get "errbuf" from the new command execution API anymore, still > we can give a more useful error. > > h

[libvirt] [PATCH] utils: More useful error message for hook script failure

2011-07-29 Thread Osier Yang
Commit 3709a386 ported hooks codes to new command execution API, together with the useful error message removed. Though we can't get "errbuf" from the new command execution API anymore, still we can give a more useful error. https://bugzilla.redhat.com/show_bug.cgi?id=726398 --- src/util/hooks.c