Navigation


Changeset 974:2091bf698fb1 in freeDiameter for extensions/app_diameap/diameap.y


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
  • extensions/app_diameap/diameap.y

    r565 r974  
    124124                if (fl == NULL) {
    125125                        int ret = errno;
    126                         TRACE_DEBUG(INFO, "Unable to open %s plugin file %s for reading: %s\n", $3, infile, strerror(ret));
     126                        TRACE_DEBUG(INFO, "Unable to open %s plugin file %s for reading: %s", $3, infile, strerror(ret));
    127127                        yyerror (&yylloc, config, "Error adding EAP Plugin");
    128128                        YYERROR;
Note: See TracChangeset for help on using the changeset viewer.