From b81100c71059698dbf4f1aaae52df48f65836b8e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 2 Apr 2010 18:19:47 +1100 Subject: debug: enable talloc logging we want to ensure talloc warnings are printed in the log --- lib/util/debug.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/util/debug.h') diff --git a/lib/util/debug.h b/lib/util/debug.h index eb2151fc51..fd2adcfded 100644 --- a/lib/util/debug.h +++ b/lib/util/debug.h @@ -141,4 +141,7 @@ _PUBLIC_ void dbgtext(const char *format, ...) PRINTF_ATTRIBUTE(1,2); struct _XFILE; extern struct _XFILE *dbf; +/* setup talloc logging */ +void debug_setup_talloc_log(void); + #endif -- cgit