Navigation



Ignore:
Timestamp:
Apr 20, 2010, 7:34:59 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added translation of Accounting messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgw_plugins.c

    r258 r271  
    381381        if (ret > 0) {
    382382                /* Critical error, log and exit */
    383                 fd_log_debug("An error occurred while handling a RADIUS message, turn on DEBUG for details: %s\n", strerror(ret));
     383                TRACE_DEBUG(NONE, "An error occurred while handling a RADIUS message from '%s': %s\n", rgw_clients_id(cli), strerror(ret));
    384384                return ret;
    385385        }
     
    438438       
    439439        /* We might define other return values with special meaning here (ret == -1, ...) for example create a new Diameter request */
     440       
     441        /* -1: just abord the translation with no more processing. */
    440442       
    441443        return 0;
Note: See TracChangeset for help on using the changeset viewer.