* Add missing newlines for some log messages.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user