Navigation



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_acct/acct_records.c

    r741 r974  
    126126        /* Check at least one AVP was mapped */
    127127        if (records->nball == records->nbunmap) {
    128                 fd_log_debug("The received ACR does not contain any AVP from the configuration file.\n"
     128                fd_log_debug("The received ACR does not contain any AVP from the configuration file."
    129129                                "This is an invalid situation. Please fix your configuration file.\n"
    130130                                "One way to ensure this does not happen is to include Session-Id in the database.\n");
     
    137137                struct acct_record_item * r = (struct acct_record_item *)(li->o);
    138138                if (r->param->required && (r->index <= 1)) {
    139                         fd_log_debug("The received ACR does not contain the required AVP '%s'.\n", r->param->avpname);
     139                        fd_log_debug("The received ACR does not contain the required AVP '%s'.", r->param->avpname);
    140140                        acct_rec_empty(records);
    141141                        return EINVAL;
Note: See TracChangeset for help on using the changeset viewer.