Module: kamailio Branch: master Commit: 0476993b7c341bcc7a994ab52986b89f240bd3b0 URL: https://github.com/kamailio/kamailio/commit/0476993b7c341bcc7a994ab52986b89f240bd3b0
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2018-02-12T08:25:18+01:00 core: kemi - eol for debug message --- Modified: src/core/kemi.c --- Diff: https://github.com/kamailio/kamailio/commit/0476993b7c341bcc7a994ab52986b89f240bd3b0.diff Patch: https://github.com/kamailio/kamailio/commit/0476993b7c341bcc7a994ab52986b89f240bd3b0.patch --- diff --git a/src/core/kemi.c b/src/core/kemi.c index 55630c28f5..5631f4b909 100644 --- a/src/core/kemi.c +++ b/src/core/kemi.c @@ -1342,7 +1342,7 @@ int sr_kemi_eng_register(str *ename, sr_kemi_eng_route_f froute) _sr_kemi_eng_list[_sr_kemi_eng_list_size].froute = froute; _sr_kemi_eng_list_size++; - LM_DBG("registered config routing enginge [%.*s]", + LM_DBG("registered config routing enginge [%.*s]\n", ename->len, ename->s); return 0; _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
