wsdapi: Add a trailing '\n' to a WARN() message.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2018-06-20 02:59:02 +02:00 committed by Alexandre Julliard
parent 9b1431459d
commit 9e2415dd0a

View file

@ -540,7 +540,7 @@ static BOOL start_listening_on_all_addresses(IWSDiscoveryPublisherImpl *impl, UL
{
if (impl->num_thread_handles >= MAX_WSD_THREADS)
{
WARN("Exceeded maximum number of supported listener threads; too many network interfaces.");
WARN("Exceeded maximum number of supported listener threads; too many network interfaces.\n");
goto cleanup;
}