浏览代码

Merge branch 'master' of ssh://git.sip-router.org/sip-router

* 'master' of ssh://git.sip-router.org/sip-router:
  modules/registrar: changed instance related INFO to DBG
Hugh Waite 12 年之前
父节点
当前提交
84ad1a9397
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      modules/registrar/lookup.c

+ 2 - 2
modules/registrar/lookup.c

@@ -316,8 +316,8 @@ int lookup(struct sip_msg* _m, udomain_t* _d, str* _uri)
 
 			/* The same as for the first contact applies for branches 
 			 * regarding path vs. received. */
-			LM_INFO("instance is %.*s\n",
-				ptr->instance.len, ptr->instance.s);
+			LM_DBG("instance is %.*s\n",
+			       ptr->instance.len, ptr->instance.s);
 			if (append_branch(_m, &ptr->c,
 					  path_dst.len?&path_dst:&ptr->received,
 					  &ptr->path, ptr->q, ptr->cflags,