comparison include/freeDiameter/libfdproto.h @ 1087:1c5d410788cc

Fix invalid LOG_A call
author Sebastien Decugis <sdecugis@freediameter.net>
date Sat, 04 May 2013 17:00:39 +0200
parents 7d7266115a34
children 1d1a20a0779d
comparison
equal deleted inserted replaced
1086:f2f4b9ddd8e5 1087:1c5d410788cc
335 (prefix), __strbuf, (suffix)); \ 335 (prefix), __strbuf, (suffix)); \
336 } 336 }
337 337
338 /* Helper for function entry -- for very detailed trace of the execution */ 338 /* Helper for function entry -- for very detailed trace of the execution */
339 #define TRACE_ENTRY(_format,_args... ) \ 339 #define TRACE_ENTRY(_format,_args... ) \
340 LOG_A(FCTS, "[enter] %s(" _format ") {" #_args "}", __PRETTY_FUNCTION__, ##_args ); 340 LOG_A("[enter] %s(" _format ") {" #_args "}", __PRETTY_FUNCTION__, ##_args );
341 341
342 /* Helper for debugging by adding traces -- for debuging a specific location of the code */ 342 /* Helper for debugging by adding traces -- for debuging a specific location of the code */
343 #define TRACE_HERE() \ 343 #define TRACE_HERE() \
344 LOG_F(" -- debug checkpoint %d -- ", fd_breakhere()); 344 LOG_F(" -- debug checkpoint %d -- ", fd_breakhere());
345 int fd_breakhere(void); 345 int fd_breakhere(void);
"Welcome to our mercurial repository"