Navigation



Ignore:
Timestamp:
Apr 24, 2013, 1:49:00 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix a number of remaining compilation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_diameap/diameap_eap.c

    r1027 r1052  
    452452                                                        &eap_i->aaaEapEMSKData, &eap_i->aaaEapEMSKLength))
    453453                                        {
    454                                                 TRACE_DEBUG(INFO,"%s[EAP Protocol] Generating EAP Master Key failed.",DIAMEAP_EXTENSION,eap_sm->selectedMethod->methodname)
     454                                                TRACE_DEBUG(INFO,"%s[EAP Protocol] [%s plugin] Generating EAP Master Key failed.",DIAMEAP_EXTENSION,eap_sm->selectedMethod->methodname)
    455455                                                eap_i->aaaEapMSKLength = 0;
    456456                                                eap_i->aaaEapEMSKLength = 0;
     
    476476                                        &eap_sm->currentVendor))
    477477                        {
    478                                 TRACE_DEBUG(INFO,"%s[EAP Protocol] Selecting EAP Method plugin failed.",DIAMEAP_EXTENSION,eap_sm->selectedMethod->methodname);
     478                                TRACE_DEBUG(INFO,"%s[EAP Protocol] [%s plugin] Selecting EAP Method plugin failed.",DIAMEAP_EXTENSION,eap_sm->selectedMethod->methodname);
    479479
    480480                                *non_fatal_error = TRUE;
Note: See TracChangeset for help on using the changeset viewer.