[sr-dev] git:master:1640569d: dialog: small spelling fix in debug log message
Henning Westerholt
hw at skalatan.de
Mon Nov 2 10:28:02 CET 2020
Module: kamailio
Branch: master
Commit: 1640569d02420e0c0d0232fc825354d1f09784c8
URL: https://github.com/kamailio/kamailio/commit/1640569d02420e0c0d0232fc825354d1f09784c8
Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-11-02T09:27:41Z
dialog: small spelling fix in debug log message
---
Modified: src/modules/dialog/dlg_cseq.c
---
Diff: https://github.com/kamailio/kamailio/commit/1640569d02420e0c0d0232fc825354d1f09784c8.diff
Patch: https://github.com/kamailio/kamailio/commit/1640569d02420e0c0d0232fc825354d1f09784c8.patch
---
diff --git a/src/modules/dialog/dlg_cseq.c b/src/modules/dialog/dlg_cseq.c
index 88489e31e7..021cc101e8 100644
--- a/src/modules/dialog/dlg_cseq.c
+++ b/src/modules/dialog/dlg_cseq.c
@@ -388,7 +388,7 @@ int dlg_cseq_msg_sent(sr_event_param_t *evp)
}
}
- LM_DBG("traking cseq updates\n");
+ LM_DBG("tracking cseq updates\n");
via = (struct via_body*)msg.h_via1->parsed;
if(via->branch==NULL || via->branch->value.len<=0) {
More information about the sr-dev
mailing list