From 7d488967e37a2e4c3a0e7c48aac1f92b868b7432 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 13 Feb 2012 21:30:23 +0000 Subject: [PATCH] samba36: adjust the debug level of asserts to save some more space git-svn-id: svn://svn.openwrt.org/openwrt/packages@30512 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/samba36/patches/300-assert_debug_level.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/samba36/patches/300-assert_debug_level.patch diff --git a/net/samba36/patches/300-assert_debug_level.patch b/net/samba36/patches/300-assert_debug_level.patch new file mode 100644 index 000000000..c5b07168c --- /dev/null +++ b/net/samba36/patches/300-assert_debug_level.patch @@ -0,0 +1,11 @@ +--- a/lib/util/util.h ++++ b/lib/util/util.h +@@ -53,7 +53,7 @@ extern const char *panic_action; + #else + /* redefine the assert macro for non-developer builds */ + #define SMB_ASSERT(b) do { if (!(b)) { \ +- DEBUG(0,("PANIC: assert failed at %s(%d): %s\n", \ ++ DEBUG(3,("PANIC: assert failed at %s(%d): %s\n", \ + __FILE__, __LINE__, #b)); }} while (0) + #endif + -- 2.11.0