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_radgw/rgwx_echodrop.c

    r974 r979  
    220220                        {
    221221                                fd_log_debug(   "[echodrop.rgwx] The extension is configured to echo some attributes from this message, but no session object has been created for it (yet)."
    222                                                 "  Please check your configuration file and include a session-generating extension BEFORE calling echodrop.rgwx to echo attributes.\n"
    223                                                 "  Please use debug.rgwx to retrieve more information.\n" );
     222                                                " Please check your configuration file and include a session-generating extension BEFORE calling echodrop.rgwx to echo attributes."
     223                                                " Please use debug.rgwx to retrieve more information." );
    224224                                return EINVAL;
    225225                        } );
Note: See TracChangeset for help on using the changeset viewer.