浏览代码

modules/tm: corrected a mis-leading error message

Peter Dunkley 13 年之前
父节点
当前提交
7b3f234106
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/tm/t_fwd.c

+ 1 - 1
modules/tm/t_fwd.c

@@ -428,7 +428,7 @@ static int prepare_new_uac( struct cell *t, struct sip_msg *i_req,
 	/* ... and build it now */
 	shbuf=build_req_buf_from_sip_req( i_req, &len, dst, BUILD_IN_SHM);
 	if (!shbuf) {
-		LOG(L_ERR, "ERROR: print_uac_request: no shm mem\n"); 
+		LM_ERR("building request\n"); 
 		ret=E_OUT_OF_MEM;
 		goto error01;
 	}