* 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

@ -612,7 +612,7 @@ ProcessHTTPPOST_upnphttp(struct upnphttp * h)
{
static const char err400str[] =
"<html><body>Bad request</body></html>";
DPRINTF(E_WARN, L_HTTP, "No SOAPAction in HTTP headers");
DPRINTF(E_WARN, L_HTTP, "No SOAPAction in HTTP headers\n");
h->respflags = FLAG_HTML;
BuildResp2_upnphttp(h, 400, "Bad Request",
err400str, sizeof(err400str) - 1);