[PATCH] include: add an X_DEBUG message type

2012-03-13 Thread Peter Hutterer
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- Just a nice-to-have, makes grep a tad easier. include/os.h |1 + os/log.c |5 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/os.h b/include/os.h index 48ce329..1e90cc5 100644 --- a/include/os.h

Re: [PATCH] include: add an X_DEBUG message type

2012-03-13 Thread Jamey Sharp
The #ifndef in log.c looks wrong, but otherwise, sure, why not? With that fixed: Reviewed-by: Jamey Sharp ja...@minilop.net On 3/13/12, Peter Hutterer peter.hutte...@who-t.net wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- Just a nice-to-have, makes grep a tad easier.

Re: [PATCH] include: add an X_DEBUG message type

2012-03-13 Thread Peter Hutterer
On Tue, Mar 13, 2012 at 10:41:25PM -0700, Jamey Sharp wrote: The #ifndef in log.c looks wrong, but otherwise, sure, why not? With that fixed: Reviewed-by: Jamey Sharp ja...@minilop.net oops, amended, thanks. Cheers, Peter On 3/13/12, Peter Hutterer peter.hutte...@who-t.net wrote: