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

Francois Gouget fgouget at free.fr
Tue Jun 19 19:59:02 CDT 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/wsdapi/network.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wsdapi/network.c b/dlls/wsdapi/network.c
index e124a5d90cf..c8f260c7653 100644
--- a/dlls/wsdapi/network.c
+++ b/dlls/wsdapi/network.c
@@ -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;
         }
 
-- 
2.17.1




More information about the wine-devel mailing list