summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-06-26 09:51:17 +0000
committerBenny Prijono <bennylp@teluu.com>2008-06-26 09:51:17 +0000
commit09fd72ad28fee7079e6e7bf46008780db0be5d15 (patch)
tree826559cac197460f6e939453a537e6a5ce44d38d
parent63c617cf94431d7c63660f1d6d44637127e0bd39 (diff)
Changed log verbosity of STUN unrecognized attribute log from 4 to 5 since we now put unrecognized attribute in a generic container anyway
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2056 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjnath/src/pjnath/stun_msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjnath/src/pjnath/stun_msg.c b/pjnath/src/pjnath/stun_msg.c
index 3e82a21c..42df8c38 100644
--- a/pjnath/src/pjnath/stun_msg.c
+++ b/pjnath/src/pjnath/stun_msg.c
@@ -2089,7 +2089,7 @@ PJ_DEF(pj_status_t) pj_stun_msg_decode(pj_pool_t *pool,
/* Unrecognized attribute */
pj_stun_binary_attr *attr;
- PJ_LOG(4,(THIS_FILE, "Unrecognized attribute type %d",
+ PJ_LOG(5,(THIS_FILE, "Unrecognized attribute type 0x%x",
attr_type));
/* Is this a fatal condition? */