Module: wine Branch: master Commit: 4628c52c3655d252305bb0661c6f5ef91b3e0fba URL: http://source.winehq.org/git/wine.git/?a=commit;h=4628c52c3655d252305bb0661c...
Author: Francois Gouget fgouget@free.fr Date: Wed Dec 28 10:36:29 2011 +0100
mountmgr: Add a trailing '\n' to a WARN() message.
---
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; }