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

Author: Peter Dunkley <[email protected]>
Committer: Peter Dunkley <[email protected]>
Date:   Mon Dec 31 13:25:01 2012 +0000

modules_k/path: fixed a typo in a diagnostic message

---

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

diff --git a/modules_k/path/path.c b/modules_k/path/path.c
index b702ba4..b5dc92b 100644
--- a/modules_k/path/path.c
+++ b/modules_k/path/path.c
@@ -204,7 +204,7 @@ int add_path(struct sip_msg* _msg, char* _a, char* _b)
        if (path_obb.use_outbound != NULL
                && path_obb.use_outbound(_msg)) {
                if (path_obb.encode_flow_token(&user, _msg->rcv) != 0) {
-                       LM_ERR("encoding outbound flow token\n");
+                       LM_ERR("encoding outbound flow-token\n");
                        return -1;      
                }
 


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

Reply via email to