From: David Zeuthen Date: Wed, 12 Sep 2012 16:27:31 +0000 (-0400) Subject: Don't error out with "error stopping" if failing to start a RAID array X-Git-Tag: upstream/2.1.2~155 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=939c3dc7618f46d1194526ad20ca206564bbacc9;p=platform%2Fupstream%2Fudisks2.git Don't error out with "error stopping" if failing to start a RAID array Signed-off-by: David Zeuthen --- diff --git a/src/udiskslinuxmdraid.c b/src/udiskslinuxmdraid.c index 685db1a..49538eb 100644 --- a/src/udiskslinuxmdraid.c +++ b/src/udiskslinuxmdraid.c @@ -265,7 +265,7 @@ handle_start (UDisksMDRaid *_mdraid, g_dbus_method_invocation_return_error (invocation, UDISKS_ERROR, UDISKS_ERROR_FAILED, - "Error stopping RAID array with UUID %s: %s", + "Error starting RAID array with UUID %s: %s", uuid, error_message); goto out;