Navigation


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

    r961 r974  
    131131                       
    132132                        default:
    133                                 TRACE_DEBUG(INFO, "Unexpected event in the main event queue (%d), ignored.\n", code);
     133                                TRACE_DEBUG(INFO, "Unexpected event in the main event queue (%d), ignored.", code);
    134134                }
    135135        }
     
    154154        CHECK_FCT_DO( fd_event_trig_fini(), );
    155155       
    156         fd_log_debug(FD_PROJECT_BINARY " framework is terminated.\n");
     156        fd_log_debug(FD_PROJECT_BINARY " framework is terminated.");
    157157       
    158158        fd_libproto_fini();
Note: See TracChangeset for help on using the changeset viewer.