Przeglądaj źródła

modules/tm: corrected a mis-leading error message

Peter Dunkley 13 lat temu
rodzic
commit
7b3f234106
1 zmienionych plików z 1 dodań i 1 usunięć
  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 */
 	/* ... and build it now */
 	shbuf=build_req_buf_from_sip_req( i_req, &len, dst, BUILD_IN_SHM);
 	shbuf=build_req_buf_from_sip_req( i_req, &len, dst, BUILD_IN_SHM);
 	if (!shbuf) {
 	if (!shbuf) {
-		LOG(L_ERR, "ERROR: print_uac_request: no shm mem\n"); 
+		LM_ERR("building request\n"); 
 		ret=E_OUT_OF_MEM;
 		ret=E_OUT_OF_MEM;
 		goto error01;
 		goto error01;
 	}
 	}