mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue