Navigation


Changeset 9:fc7c18867cf7 in freeDiameter for extensions/_sample/sample.c


Ignore:
Timestamp:
Sep 24, 2009, 2:01:48 PM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

New extension mechanism committed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/_sample/sample.c

    r8 r9  
    5656       
    5757        /* Use the dictionary for test */
    58         log_debug("Let's create that 'Example-AVP'...\n");
     58        fd_log_debug("Let's create that 'Example-AVP'...\n");
    5959        {
    6060                struct dict_object * origin_host_avp = NULL;
     
    7979                CHECK_FCT( fd_dict_new ( fd_g_config->g_dict, DICT_RULE, &rule_data, example_avp_avp, NULL ));
    8080        }
    81         log_debug("'Example-AVP' created without error\n");
     81        fd_log_debug("'Example-AVP' created without error\n");
    8282       
    8383        return 0;
Note: See TracChangeset for help on using the changeset viewer.