Navigation



Ignore:
Timestamp:
Oct 28, 2009, 3:19:50 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added a test for cnxctx (tbc) and fixed some bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfreeDiameter.h

    r25 r29  
    181181/* Helper for function entry -- for very detailed trace of the execution */
    182182#define TRACE_ENTRY(_format,_args... ) \
    183         TRACE_DEBUG(FCTS, "->%s (" #_args ") = (" _format ") >", __PRETTY_FUNCTION__, ##_args );
     183        TRACE_DEBUG(FCTS, "[enter] %s(" _format ") {" #_args "}", __PRETTY_FUNCTION__, ##_args );
    184184
    185185/* Helper for debugging by adding traces -- for debuging a specific location of the code */
     
    470470       
    471471        if (th_ret != NULL) {
    472                 TRACE_DEBUG(FULL, "The thread returned the following value: %p (ignored)", th_ret);
     472                TRACE_DEBUG(ANNOYING, "The thread returned the following value: %p (ignored)", th_ret);
    473473        }
    474474       
Note: See TracChangeset for help on using the changeset viewer.