Re: [Openais] [PATCH] use va version of external log function

2011-08-22 Thread Angus Salkeld
On Mon, Aug 22, 2011 at 12:47:05PM -0700, Steven Dake wrote: > This removes a sprintf operation in the totem and ipc logging operations > ACK, will now need the latest libqb (else you can put a configure check for that function). -A > Signed-off-by: Steven Dake > --- > exec/main.c | 13 +++-

[Openais] [PATCH] use va version of external log function

2011-08-22 Thread Steven Dake
This removes a sprintf operation in the totem and ipc logging operations Signed-off-by: Steven Dake --- exec/main.c | 13 +++-- 1 files changed, 3 insertions(+), 10 deletions(-) diff --git a/exec/main.c b/exec/main.c index a9a3e3e..fde77da 100644 --- a/exec/main.c +++ b/exec/main.c @@