[sr-dev] git:pd/outbound: modules_k/path: fixed a typo in a diagnostic message

Peter Dunkley peter.dunkley at crocodile-rcs.com
Mon Dec 31 18:11:19 CET 2012


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 <peter.dunkley at crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
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;	
 		}
 




More information about the sr-dev mailing list