From 939c3dc7618f46d1194526ad20ca206564bbacc9 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Wed, 12 Sep 2012 12:27:31 -0400 Subject: [PATCH] Don't error out with "error stopping" if failing to start a RAID array Signed-off-by: David Zeuthen --- src/udiskslinuxmdraid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4