Module: kamailio Branch: master Commit: 6a8bdbaca313287080072b9eb518c403bef94113 URL: https://github.com/kamailio/kamailio/commit/6a8bdbaca313287080072b9eb518c403bef94113
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> 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; } _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
