Skip to content

Commit

Permalink
core: kemi - eol for debug message
Browse files Browse the repository at this point in the history
(cherry picked from commit 0476993)
  • Loading branch information
miconda committed Feb 12, 2018
1 parent df9389a commit 0e1fdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/kemi.c
Expand Up @@ -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;
Expand Down

0 comments on commit 0e1fdee

Please sign in to comment.