Skip to content
Snippets Groups Projects
Commit 4628c52c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

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

parent c0f7eaa8
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment