Don't error out with "error stopping" if failing to start a RAID array
authorDavid Zeuthen <zeuthen@gmail.com>
Wed, 12 Sep 2012 16:27:31 +0000 (12:27 -0400)
committerDavid Zeuthen <zeuthen@gmail.com>
Wed, 12 Sep 2012 16:27:31 +0000 (12:27 -0400)
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
src/udiskslinuxmdraid.c

index 685db1a..49538eb 100644 (file)
@@ -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;