Am Mittwoch, 31. Oktober 2012, 19:06:46 schrieb Peter Dunkley:
> modules/tm: corrected a mis-leading error message
> 
>       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");

Hi Peter,

similar issue as change 014d1000055d8e, a better understandable error message 
would be

LM_ERR("could not build request\n");

or so. I can of course change this as well. 

Best regards,

Henning Westerholt
_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to