Navigation


Changeset 1119:79dd22145f52 in freeDiameter for libfdcore/p_dp.c


Ignore:
Timestamp:
May 14, 2013, 12:04:20 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix a number of compilation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/p_dp.c

    r1010 r1119  
    7676                        if (hdr->avp_value == NULL) {
    7777                                /* This is a sanity check */
    78                                 TRACE_DEBUG(NONE, "BUG: Unset value in Disconnect-Cause in DPR");
    79                                 fd_msg_dump_one(NONE, dc);
     78                                LOG_F("BUG: Unset value in Disconnect-Cause in DPR");
    8079                                ASSERT(0); /* To check if this really happens, and understand why... */
    8180                        }
Note: See TracChangeset for help on using the changeset viewer.