summaryrefslogtreecommitdiff
path: root/pjnath
diff options
context:
space:
mode:
Diffstat (limited to 'pjnath')
-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? */