Navigation


Changeset 1119:79dd22145f52 in freeDiameter for libfdcore/p_dw.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_dw.c

    r974 r1119  
    5151                if (hdr->avp_value == NULL) {
    5252                        /* This is a sanity check */
    53                         TRACE_DEBUG(NONE, "BUG: Unset value in Origin-State-Id in DWR / DWA");
    54                         fd_msg_dump_one(NONE, osi);
     53                        LOG_F("Ignored an Origin-State-Id AVP with unset value in DWR/DWA");
    5554                        ASSERT(0); /* To check if this really happens, and understand why... */
    5655                }
Note: See TracChangeset for help on using the changeset viewer.