Navigation


Changeset 979:b90cb4c07160 in freeDiameter for extensions/app_acct


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.

Location:
extensions/app_acct
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_acct/acct_conf.y

    r974 r979  
    8484        if ( ! acct_config->conninfo) {
    8585                fd_log_debug("[app_acct] ERROR: 'ConnInfo' is missing in file '%s'."
    86                         " You can specify 'ConnInfo=\"\";' to use default parameters.\n", conffile);
     86                        " You can specify 'ConnInfo=\"\";' to use default parameters.", conffile);
    8787                return EINVAL;
    8888        }
  • 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.