Commit 4628c52c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent c0f7eaa8
......@@ -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;
}
......
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