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:
parent
9b1431459d
commit
9e2415dd0a
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue