Navigation


Changeset 979:b90cb4c07160 in freeDiameter for libfdcore/server.c


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.