[sr-dev] git:master:f25cf780: ims_dialog: small spelling fix in WARN log messages

Henning Westerholt hw at skalatan.de
Thu Aug 15 08:47:36 CEST 2019


Module: kamailio
Branch: master
Commit: f25cf7806a84caccf49275be14a5885a9038bdca
URL: https://github.com/kamailio/kamailio/commit/f25cf7806a84caccf49275be14a5885a9038bdca

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

ims_dialog: small spelling fix in WARN log messages

---

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

---

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

---

diff --git a/src/modules/ims_dialog/dlg_handlers.c b/src/modules/ims_dialog/dlg_handlers.c
index e9257b2cc1..b0f5b491bb 100644
--- a/src/modules/ims_dialog/dlg_handlers.c
+++ b/src/modules/ims_dialog/dlg_handlers.c
@@ -981,7 +981,7 @@ void dlg_onroute(struct sip_msg* req, str *route_params, void *param) {
                     dlg->from_tag.len, dlg->from_tag.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' \n",
                     dlg, dlg->h_entry, dlg->h_id,
                     dlg->callid.len, dlg->callid.s,
@@ -1020,7 +1020,7 @@ void dlg_onroute(struct sip_msg* req, str *route_params, void *param) {
                     dlg->from_tag.len, dlg->from_tag.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' \n",
                     dlg, dlg->h_entry, dlg->h_id,
                     dlg->callid.len, dlg->callid.s,
@@ -1056,7 +1056,7 @@ void dlg_onroute(struct sip_msg* req, str *route_params, void *param) {
                     dlg->from_tag.len, dlg->from_tag.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' \n",
                     dlg, dlg->h_entry, dlg->h_id,
                     dlg->callid.len, dlg->callid.s,
diff --git a/src/modules/ims_dialog/dlg_req_within.c b/src/modules/ims_dialog/dlg_req_within.c
index aa960ecdbc..cba9a39130 100644
--- a/src/modules/ims_dialog/dlg_req_within.c
+++ b/src/modules/ims_dialog/dlg_req_within.c
@@ -190,7 +190,7 @@ void bye_reply_cb(struct cell* t, int type, struct tmcb_params* ps) {
                     dlg, dlg->h_entry, dlg->h_id,
                     dlg->callid.len, dlg->callid.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'\n",
                     dlg, dlg->h_entry, dlg->h_id,
                     dlg->callid.len, dlg->callid.s);




More information about the sr-dev mailing list