Navigation


Changeset 688:8c3dc8584dab in freeDiameter for libfdcore/messages.c


Ignore:
Timestamp:
Jan 19, 2011, 7:05:30 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Prepared capability for messages logging to separate files / folders

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/messages.c

    r658 r688  
    313313                return ret;
    314314       
    315         fd_log_debug("The following message does not comply to the dictionary and/or rules (%s):\n", pei.pei_errcode);
    316         fd_msg_dump_walk(NONE, m);
     315        TRACE_DEBUG(INFO, "A message does not comply to the dictionary and/or rules (%s)", pei.pei_errcode);
     316        fd_msg_dump_walk(FULL, m);
    317317       
    318318        CHECK_FCT( fd_msg_hdr(m, &hdr) );
     
    364364               
    365365                /* Just discard */
     366                fd_msg_log( FD_MSG_LOG_DROPPED, m, "Answer not compliant to dictionary's ABNF (%s)", pei.pei_errcode  );
    366367                CHECK_FCT( fd_msg_free( m ) );
    367368                *msg = NULL;
Note: See TracChangeset for help on using the changeset viewer.