On Sun, Oct 23, 2011 at 12:12 PM, Wolfgang Denk <w...@denx.de> wrote:
> Dear Mike Frysinger,
>
> In message 
> <CAJaTeTpwpO6Kd-q=bmbzqPJMoNz_YiOWGRks=zGkhes0vUA=m...@mail.gmail.com> you 
> wrote:
>>
>> > +#define debugX(level, fmt, args...)            \
>> > +       debug_cond((_DEBUG && DEBUG >=3D (level)), fmt, ##args)
>>
>> i thought we were just going to punt debugX() ?
>
> Yes, please do!

I'm working on a patch for the net code that benefits from the debugX
macro.  Especially for the net code, the debug traces can be
overwhelming depending on the issue you are looking at.  I recommend
we keep it around.

Thanks
-Joe
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to