* Add missing newlines for some log messages.

This commit is contained in:
Justin Maggard
2011-03-30 22:31:39 +00:00
parent 0519359927
commit f7e14ee77c
3 changed files with 5 additions and 5 deletions

View File

@ -1142,7 +1142,7 @@ main(int argc, char * * argv)
inet_ntoa(clientname.sin_addr),
ntohs(clientname.sin_port) );
/*if (fcntl(shttp, F_SETFL, O_NONBLOCK) < 0) {
DPRINTF(E_ERROR, L_GENERAL, "fcntl F_SETFL, O_NONBLOCK");
DPRINTF(E_ERROR, L_GENERAL, "fcntl F_SETFL, O_NONBLOCK\n");
}*/
/* Create a new upnphttp object and add it to
* the active upnphttp object list */