Navigation


Changeset 974:2091bf698fb1 in freeDiameter for libfdcore/p_dw.c


Ignore:
Timestamp:
Mar 15, 2013, 2:14:35 AM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Remove newlines from fd_log_debug, TRACE_DEBUG, TRACE_ERROR, and TRACE_DEBUG_ERROR
(as far as sed could find them)
with manual fixing afterwards.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/p_dw.c

    r745 r974  
    6262
    6363                if (peer->p_hdr.info.runtime.pir_orstate != hdr->avp_value->u32) {
    64                         TRACE_DEBUG(INFO, "Received a new Origin-State-Id from peer '%s'! (%x -> %x); resetting the connection.\n",
     64                        TRACE_DEBUG(INFO, "Received a new Origin-State-Id from peer '%s'! (%x -> %x); resetting the connection.",
    6565                                peer->p_hdr.info.pi_diamid,
    6666                                peer->p_hdr.info.runtime.pir_orstate,
Note: See TracChangeset for help on using the changeset viewer.