Navigation


Changeset 979:b90cb4c07160 in freeDiameter for extensions/app_radgw/rgw_worker.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
  • extensions/app_radgw/rgw_worker.c

    r974 r979  
    164164                if ((diam_msg == NULL) || ( fd_msg_parse_rules(diam_msg, fd_g_config->cnf_dict, NULL) ) ) {
    165165                        fd_log_debug("[radgw] No or invalid Diameter message was generated after processing the RADIUS command %hhd (%s)."
    166                                         " It may indicate a gateway configuration problem, or implementation issue in a plugin.\n",
     166                                        " It may indicate a gateway configuration problem, or implementation issue in a plugin.",
    167167                                        msg->radius.hdr->code, rgw_msg_code_str(msg->radius.hdr->code));
    168168                        /* We should also dump the conflicting rule here to help debug? */
     
    280280
    281281                if (pb) {
    282                         TRACE_DEBUG(INFO, "[radgw] WARNING: %d mandatory AVP in the Diameter answer have not been translated to RADIUS!\n Please use debug.rgwx for more information.", pb);
     282                        TRACE_DEBUG(INFO, "[radgw] WARNING: %d mandatory AVP in the Diameter answer have not been translated to RADIUS! Please use debug.rgwx for more information.", pb);
    283283                }
    284284        }
Note: See TracChangeset for help on using the changeset viewer.