[sr-dev] git:master: modules/tm: corrected a mis-leading error message

Peter Dunkley peter.dunkley at crocodile-rcs.com
Wed Oct 31 19:06:46 CET 2012


Module: sip-router
Branch: master
Commit: 7b3f234106adebd0a3ab069add170f0d23f1f592
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7b3f234106adebd0a3ab069add170f0d23f1f592

Author: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Date:   Wed Oct 31 17:48:37 2012 +0000

modules/tm: corrected a mis-leading error message

---

 modules/tm/t_fwd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/tm/t_fwd.c b/modules/tm/t_fwd.c
index 82a89f9..7f4ad54 100644
--- a/modules/tm/t_fwd.c
+++ b/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;
 	}




More information about the sr-dev mailing list