qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v1][ 04/23] qerror: refactor error to make the h


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v1][ 04/23] qerror: refactor error to make the human message reusable
Date: Wed, 18 May 2011 09:09:28 +0100

On Wed, May 18, 2011 at 1:51 AM, Michael Roth <address@hidden> wrote:
> +#if 0
> +    qerror_abort(qerror, "expected '%c' in '%s'", c, entry->desc);
> +#else
> +    fprintf(stderr, "expected '%c' in '%s'", c, entry->desc);
>     abort();
> +#endif

There are a couple of #if 0 in the patch, please resolve them.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]