12 lines
298 B
Diff
12 lines
298 B
Diff
--- a/lib/util/fault.h
|
|
+++ b/lib/util/fault.h
|
|
@@ -34,7 +34,7 @@
|
|
#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); \
|
|
} \
|