Module: sip-router Branch: master Commit: 7b3f234106adebd0a3ab069add170f0d23f1f592 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7b3f2341...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@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; }