From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vitaly Kuzmichev Date: Fri, 13 Aug 2010 12:34:59 +0400 Subject: [U-Boot] [PATCH 3/8] USB-CDC: Linux-like debug printout In-Reply-To: References: <1281617086-21220-1-git-send-email-vkuzmichev@mvista.com> <1281617086-21220-4-git-send-email-vkuzmichev@mvista.com> Message-ID: <4C6503B3.9000406@mvista.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Remy, No, it does not. DEBUG is defined as dev_err and dev_err is defined as printf. Anyway I can change it. On 08/12/2010 10:33 PM, Remy Bohmer wrote: >> @@ -37,8 +37,10 @@ >> #define dev_err(x, stuff...) printf(stuff) >> #define dev_dbg dev_err >> #define dev_warn dev_err >> -#define DEBUG dev_err >> -#define VDEBUG DEBUG >> +#define WARN INFO >> +#define ERROR INFO >> +#define DEBUG INFO > > This switches DEBUG logging on by default. This is not wanted. > Can you please change that? > > Kind regards, > > Remy -- Best regards, Vitaly Kuzmichev.