Navigation


Changeset 974:2091bf698fb1 in freeDiameter for libfdproto/msg_log.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
  • libfdproto/msg_log.c

    r928 r974  
    181181        (void)pthread_mutex_unlock(&fd_log_lock);
    182182       
    183         fd_log_debug_fstr(fstr, "\n Logged: %s\n", buftime);
     183        fd_log_debug_fstr(fstr, " Logged: %s", buftime);
    184184       
    185185        /* And now the message itself */
Note: See TracChangeset for help on using the changeset viewer.