Navigation


Changeset 979:b90cb4c07160 in freeDiameter for libfdcore


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

Remove more newlines.

Location:
libfdcore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/fdd.l

    r974 r979  
    5353        yylloc->last_column = yylloc->first_column + yyleng - 1;        \
    5454        fd_log_debug(                                                   \
    55                 "(%d:%d-%d:%d) matched rule %d, length=%d, txt='%s'\n", \
     55                "(%d:%d-%d:%d) matched rule %d, length=%d, txt='%s'",   \
    5656                yylloc->first_line, yylloc->first_column,               \
    5757                yylloc->last_line, yylloc->last_column,                 \
  • libfdcore/server.c

    r974 r979  
    387387                CHECK_FCT(fd_cnx_get_local_eps(&fd_g_config->cnf_endpoints));
    388388                if (FD_IS_LIST_EMPTY(&fd_g_config->cnf_endpoints)) {
    389                         TRACE_DEBUG(INFO, "Unable to find the address(es) of the local system."
    390                                         "Please use \"ListenOn\" parameter in the configuration.\n"
    391                                         "This information is required to generate the CER/CEA messages.\n");
     389                        TRACE_DEBUG(INFO, "Unable to find the address(es) of the local system. "
     390                                        "Please use \"ListenOn\" parameter in the configuration. "
     391                                        "This information is required to generate the CER/CEA messages.");
    392392                        return EINVAL;
    393393                }
Note: See TracChangeset for help on using the changeset viewer.