Commit 9e2415dd authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 9b143145
...@@ -540,7 +540,7 @@ static BOOL start_listening_on_all_addresses(IWSDiscoveryPublisherImpl *impl, UL ...@@ -540,7 +540,7 @@ static BOOL start_listening_on_all_addresses(IWSDiscoveryPublisherImpl *impl, UL
{ {
if (impl->num_thread_handles >= MAX_WSD_THREADS) 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; goto cleanup;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment