Changeset 2056


Ignore:
Timestamp:
Jun 26, 2008 9:51:17 AM (16 years ago)
Author:
bennylp
Message:

Changed log verbosity of STUN unrecognized attribute log from 4 to 5 since we now put unrecognized attribute in a generic container anyway

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/stun_msg.c

    r2044 r2056  
    20902090            pj_stun_binary_attr *attr; 
    20912091 
    2092             PJ_LOG(4,(THIS_FILE, "Unrecognized attribute type %d",  
     2092            PJ_LOG(5,(THIS_FILE, "Unrecognized attribute type 0x%x",  
    20932093                      attr_type)); 
    20942094 
Note: See TracChangeset for help on using the changeset viewer.