[sr-dev] git:5.1:e6b8d218: dialog: small spelling fix in WARN log messages

Henning Westerholt hw at skalatan.de
Thu Aug 15 08:48:53 CEST 2019


Module: kamailio
Branch: 5.1
Commit: e6b8d218faed267e2963b1e75dd11b2addef8e8c
URL: https://github.com/kamailio/kamailio/commit/e6b8d218faed267e2963b1e75dd11b2addef8e8c

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-08-15T08:48:27+02:00

dialog: small spelling fix in WARN log messages

(cherry picked from commit 389843c34eed6f39f4631eede6f6ab8b6bade2eb)

---

Modified: src/modules/dialog/dlg_handlers.c
Modified: src/modules/dialog/dlg_req_within.c

---

Diff:  https://github.com/kamailio/kamailio/commit/e6b8d218faed267e2963b1e75dd11b2addef8e8c.diff
Patch: https://github.com/kamailio/kamailio/commit/e6b8d218faed267e2963b1e75dd11b2addef8e8c.patch

---

diff --git a/src/modules/dialog/dlg_handlers.c b/src/modules/dialog/dlg_handlers.c
index 296a2d5c61..8d45d7818f 100644
--- a/src/modules/dialog/dlg_handlers.c
+++ b/src/modules/dialog/dlg_handlers.c
@@ -1428,7 +1428,7 @@ void dlg_onroute(struct sip_msg* req, str *route_params, void *param)
 				dlg->tag[DLG_CALLER_LEG].len, dlg->tag[DLG_CALLER_LEG].s,
 				dlg->tag[DLG_CALLEE_LEG].len, dlg->tag[DLG_CALLEE_LEG].s);
 		} else if (ret > 0) {
-			LM_WARN("inconsitent dlg timer data on dlg %p [%u:%u] "
+			LM_WARN("inconsistent dlg timer data on dlg %p [%u:%u] "
 				"with clid '%.*s' and tags '%.*s' '%.*s'\n",
 				dlg, dlg->h_entry, dlg->h_id,
 				dlg->callid.len, dlg->callid.s,
diff --git a/src/modules/dialog/dlg_req_within.c b/src/modules/dialog/dlg_req_within.c
index 62693808c8..d48d139965 100644
--- a/src/modules/dialog/dlg_req_within.c
+++ b/src/modules/dialog/dlg_req_within.c
@@ -208,7 +208,7 @@ void bye_reply_cb(struct cell* t, int type, struct tmcb_params* ps){
 				dlg->tag[DLG_CALLER_LEG].len, dlg->tag[DLG_CALLER_LEG].s,
 				dlg->tag[DLG_CALLEE_LEG].len, dlg->tag[DLG_CALLEE_LEG].s);
 		} else if (ret > 0) {
-			LM_WARN("inconsitent dlg timer data on dlg %p [%u:%u] "
+			LM_WARN("inconsistent dlg timer data on dlg %p [%u:%u] "
 				"with clid '%.*s' and tags '%.*s' '%.*s'\n",
 				dlg, dlg->h_entry, dlg->h_id,
 				dlg->callid.len, dlg->callid.s,




More information about the sr-dev mailing list