mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
12 lines
341 B
Diff
12 lines
341 B
Diff
--- a/lib/util/samba_util.h
|
|
+++ b/lib/util/samba_util.h
|
|
@@ -48,7 +48,7 @@ extern const char *panic_action;
|
|
#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)); \
|
|
smb_panic("assert failed: " #b); \
|
|
} \
|