Navigation


Changeset 974:2091bf698fb1 in freeDiameter for libfdcore/routing_dispatch.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/routing_dispatch.c

    r934 r974  
    565565                /* Check if we have local support for the message application */
    566566                if ( (hdr->msg_appl == 0) || (hdr->msg_appl == AI_RELAY) ) {
    567                         TRACE_DEBUG(INFO, "Received a routable message with application id 0 or " _stringize(AI_RELAY) " (relay),\n"
     567                        TRACE_DEBUG(INFO, "Received a routable message with application id 0 or " _stringize(AI_RELAY) " (relay),"
    568568                                          " returning DIAMETER_APPLICATION_UNSUPPORTED");
    569569                        CHECK_FCT( return_error( &msgptr, "DIAMETER_APPLICATION_UNSUPPORTED", "Routable message with application id 0 or relay", NULL) );
Note: See TracChangeset for help on using the changeset viewer.