Module: kamailio
Branch: 5.2
Commit: d79c2c37acd0c5660cfc4d36d7e0e801f8da8d59
URL: 
https://github.com/kamailio/kamailio/commit/d79c2c37acd0c5660cfc4d36d7e0e801f8da8d59

Author: Victor Seva <[email protected]>
Committer: Henning Westerholt <[email protected]>
Date: 2020-01-23T15:53:22+01:00

pua: fix spelling error

(cherry picked from commit d06e85d6fa9e75e8008bc422a7596671283054f7)

---

Modified: src/modules/pua/send_subscribe.c

---

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

---

diff --git a/src/modules/pua/send_subscribe.c b/src/modules/pua/send_subscribe.c
index 254e77e7fd..fd13836391 100644
--- a/src/modules/pua/send_subscribe.c
+++ b/src/modules/pua/send_subscribe.c
@@ -669,7 +669,7 @@ void subs_cback_func(struct cell *t, int cb_type, struct 
tmcb_params *ps)
        {
                LM_DBG("BLA_SUBSCRIBE FLAG inserted\n");
        }       
-       LM_DBG("record for subscribe from %.*s to %.*s inserted in datatbase\n",
+       LM_DBG("record for subscribe from %.*s to %.*s inserted in database\n",
                        presentity->watcher_uri->len, 
presentity->watcher_uri->s,
                        presentity->pres_uri->len, presentity->pres_uri->s);
 


_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to