From a29801182ec89c09b334362a4c2e4eda708865f1 Mon Sep 17 00:00:00 2001 From: Sven Peter Date: Sat, 1 Nov 2008 15:50:18 +0100 Subject: [PATCH] getting rid of stupid BTERR messages in binaries. there are never printed, you can easily reenable them once you need them and they "leak" your username and libogc build directory... --- lwbt/btopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lwbt/btopt.h b/lwbt/btopt.h index da8f2207..4f676756 100644 --- a/lwbt/btopt.h +++ b/lwbt/btopt.h @@ -181,7 +181,7 @@ typedef s8 err_t; * \hideinitializer */ #define LOGGING 0 -#define ERRORING 1 +#define ERRORING 0 /** * Print out a uIP log message.