- remove unnecessary newline
This commit is contained in:
parent
ed43cbd4e1
commit
59dfb51800
2
fsipd.c
2
fsipd.c
@ -95,7 +95,7 @@ process_request(char *str)
|
|||||||
{
|
{
|
||||||
/* TODO: change format to CSV */
|
/* TODO: change format to CSV */
|
||||||
|
|
||||||
log_tsprintf(lfh, "sip: %s, sport: %d, payload: \"%s\"\n",
|
log_tsprintf(lfh, "sip: %s, sport: %d, payload: \"%s\"",
|
||||||
inet_ntoa(sa.sin_addr), ntohs(sa.sin_port), str);
|
inet_ntoa(sa.sin_addr), ntohs(sa.sin_port), str);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user