]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Assemble: remove stray ':' from error message.
authorNeilBrown <neilb@suse.de>
Wed, 8 Apr 2015 01:27:34 +0000 (11:27 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 8 Apr 2015 01:27:34 +0000 (11:27 +1000)
Signed-off-by: NeilBrown <neilb@suse.de>
Assemble.c

index 3708b55af77e8160e7c47354d986da1b62ae4637..46ab72e48eb06f307ceafbf709720f28fe510a16 100644 (file)
@@ -1681,7 +1681,7 @@ try_again:
                int err = 0;
                int *fdlist = xmalloc(sizeof(int)* bestcnt);
                if (c->verbose > 0)
-                       pr_err(":%s has an active reshape - checking if critical section needs to be restored\n",
+                       pr_err("%s has an active reshape - checking if critical section needs to be restored\n",
                               chosen_name);
                if (!c->backup_file)
                        c->backup_file = locate_backup(content->sys_name);