# HG changeset patch # User Sebastien Decugis # Date 1367679639 -7200 # Node ID 1c5d410788ccd05080fde2052b5da55d4666027a # Parent f2f4b9ddd8e509a032563e262103949e03a60b29 Fix invalid LOG_A call diff -r f2f4b9ddd8e5 -r 1c5d410788cc include/freeDiameter/libfdproto.h --- a/include/freeDiameter/libfdproto.h Fri May 03 22:05:07 2013 +0200 +++ b/include/freeDiameter/libfdproto.h Sat May 04 17:00:39 2013 +0200 @@ -337,7 +337,7 @@ /* Helper for function entry -- for very detailed trace of the execution */ #define TRACE_ENTRY(_format,_args... ) \ - LOG_A(FCTS, "[enter] %s(" _format ") {" #_args "}", __PRETTY_FUNCTION__, ##_args ); + LOG_A("[enter] %s(" _format ") {" #_args "}", __PRETTY_FUNCTION__, ##_args ); /* Helper for debugging by adding traces -- for debuging a specific location of the code */ #define TRACE_HERE() \