From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 02 Apr 2013 12:46:13 +0200 Subject: [U-Boot] [PATCH v2 3/6] ubi: ubifs: Turn off verbose prints In-Reply-To: <1364334811-3118-4-git-send-email-joe.hershberger@ni.com> References: <1360354046-32392-1-git-send-email-joe.hershberger@ni.com> <1364334811-3118-1-git-send-email-joe.hershberger@ni.com> <1364334811-3118-4-git-send-email-joe.hershberger@ni.com> Message-ID: <515AB6F5.1070302@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Joe, On 26.03.2013 22:53, Joe Hershberger wrote: > The prints are out of control. SILENCE! > > Signed-off-by: Joe Hershberger > --- > Changes in v2: > - Cleaned up the msg print silencing Thanks. But could you please make these printf's configurable? Either silence them with an config option (something like CONFIG_SYS_UBI_SILENCE_OUTPUT). Or create a "verbose" parameter for the "ubi/ubifs" commands instead? Otherwise all current users of these UBI/UBIFS functions/commands have no chance to see the output as they are used to. Thanks, Stefan