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

Francois Gouget fgouget at free.fr
Wed Dec 28 03:36:29 CST 2011


---
 dlls/mountmgr.sys/dbus.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mountmgr.sys/dbus.c b/dlls/mountmgr.sys/dbus.c
index c7dd03d..ab7d912 100644
--- a/dlls/mountmgr.sys/dbus.c
+++ b/dlls/mountmgr.sys/dbus.c
@@ -226,7 +226,7 @@ static void udisks_new_device( const char *udi )
     p_dbus_message_unref( request );
     if (!reply)
     {
-        WARN( "failed: %s", error.message );
+        WARN( "failed: %s\n", error.message );
         p_dbus_error_free( &error );
         return;
     }
-- 
1.7.7.3



More information about the wine-patches mailing list