Jim Meyering <jim(a)meyering.net> wrote:
"Daniel P. Berrange" <berrange(a)redhat.com> wrote:
> On Mon, Jan 26, 2009 at 03:05:05PM +0100, Jim Meyering wrote:
>> Avoid compile-time warnings:
>>
>> >From 4597152e0c4a1e4a5ee85156496a8625b5cc4f42 Mon Sep 17 00:00:00 2001
>> From: Jim Meyering <meyering(a)redhat.com>
>> Date: Mon, 26 Jan 2009 14:54:21 +0100
>> Subject: [PATCH 2/3] mark a few diagnostics for translation
>
> Any calls which have a VIR_ERR_NO_MEMORY can just be replaced by
> a call to virReportOOMError(). Ack to the other non-OOM error msg
> changes.
Ok. I've gone ahead and done those four here,
I've just comitted that and the indentation fix.
BTW, thanks for the quick feedback.