Navigation



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

    r974 r979  
    127127        if (records->nball == records->nbunmap) {
    128128                fd_log_debug("The received ACR does not contain any AVP from the configuration file."
    129                                 "This is an invalid situation. Please fix your configuration file.\n"
    130                                 "One way to ensure this does not happen is to include Session-Id in the database.\n");
     129                                " This is an invalid situation. Please fix your configuration file."
     130                                " One way to ensure this does not happen is to include Session-Id in the database.");
    131131                acct_rec_empty(records);
    132132                return EINVAL;
Note: See TracChangeset for help on using the changeset viewer.