Skip to content

Commit

Permalink
dialog: add \n to log
Browse files Browse the repository at this point in the history
Reported by Hamid on the lists
  • Loading branch information
razvancrainea committed Oct 27, 2016
1 parent 8a3f314 commit efedc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dialog/dlg_db_handler.c
Expand Up @@ -543,7 +543,7 @@ static int load_dialog_info_from_db(int dlg_hash_size)
caller_sock = create_socket_info(values, 15);
callee_sock = create_socket_info(values, 16);
if (caller_sock == NULL || callee_sock == NULL) {
LM_ERR("Dialog in DB doesn't match any listening sockets");
LM_ERR("Dialog in DB doesn't match any listening sockets\n");
continue;
}

Expand Down

0 comments on commit efedc90

Please sign in to comment.