Преглед изворни кода

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;
 	}