[sr-dev] git:master:6a8bdbac: acc: fix spelling error in log message related to dialog callbacks

Henning Westerholt hw at skalatan.de
Sat Apr 13 13:22:04 CEST 2019


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

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-04-13T13:21:25+02:00

acc: fix spelling error in log message related to dialog callbacks

---

Modified: src/modules/acc/acc_cdr.c

---

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

---

diff --git a/src/modules/acc/acc_cdr.c b/src/modules/acc/acc_cdr.c
index 6a7862dd74..09dcaedac0 100644
--- a/src/modules/acc/acc_cdr.c
+++ b/src/modules/acc/acc_cdr.c
@@ -933,7 +933,7 @@ int init_cdr_generation( void)
 
 	if( dlgb.register_dlgcb( 0, DLGCB_LOADED, cdr_on_load, 0, 0) != 0)
 	{
-		LM_ERR("can't register create callback\n");
+		LM_ERR("can't register on load callback\n");
 		return -1;
 	}
 




More information about the sr-dev mailing list