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

Author: Victor Seva <[email protected]>
Committer: Victor Seva <[email protected]>
Date:   Thu Jul 11 16:13:09 2013 +0200

modules/uac: use the proper parameter name on error message. (Closes: FS#239)

---

 modules_k/uac/uac.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules_k/uac/uac.c b/modules_k/uac/uac.c
index 763dd5a..61e8826 100644
--- a/modules_k/uac/uac.c
+++ b/modules_k/uac/uac.c
@@ -289,7 +289,7 @@ static int mod_init(void)
                        if (!uac_rrb.append_fromtag) {
                                LM_ERR("'append_fromtag' RR param is not 
enabled"
                                        " - required by AUTO restore mode!"
-                                       " Or you should set from_restore_mode 
param to 'none'\n");
+                                       " Or you should set restore_mode param 
to 'none'\n");
                                goto error;
                        }
                        /* get all requests doing loose route */


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

Reply via email to