Navigation


Changeset 977:b28d3c623096 in freeDiameter


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

Remove more newlines and fix function name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgw_clients.c

    r974 r977  
    635635                if (!valid_nas_info) {
    636636                        if ((!cli->is_local) && (cli->type == RGW_CLI_NAS)) {
    637                                 TRACE_DEBUG(INFO, "Message received with a NAS-IP-Address or NAS-IPv6-Address different \nfrom the sender's. Please configure as Proxy if this is expected.\n Message discarded.");
     637                                TRACE_DEBUG(INFO, "Message received with a NAS-IP-Address or NAS-IPv6-Address different from the sender's. Please configure as Proxy if this is expected. Message discarded.");
    638638                                return EINVAL;
    639639                        } else {
     
    779779                        if (!found) {
    780780                                if (cli->type == RGW_CLI_NAS) {
    781                                         TRACE_DEBUG(INFO, "The NAS-Identifier value '%.*s' resolves to a different IP than the client's, discarding the message. \nConfigure this client as a Proxy if this message should be valid.",
     781                                        TRACE_DEBUG(INFO, "The NAS-Identifier value '%.*s' resolves to a different IP than the client's, discarding the message. Configure this client as a Proxy if this message should be valid.",
    782782                                                nas_id_len, nas_id + 1);
    783783                                        return EINVAL;
     
    948948                }
    949949               
    950                 fd_log_erre("ERROR: Conflicting RADIUS clients descriptions!\n");
     950                fd_log_error("ERROR: Conflicting RADIUS clients descriptions!");
    951951                TRACE_ERROR("Previous entry: %s", (prev->type == RGW_CLI_NAS) ? "NAS" : "PROXY");
    952952                TRACE_sSA(FD_LOG_ERROR, NONE,    "\tIP : ", prev->sa, NI_NUMERICHOST | NI_NUMERICSERV, "" );
Note: See TracChangeset for help on using the changeset viewer.