From: NeilBrown Date: Wed, 8 Apr 2015 01:27:34 +0000 (+1000) Subject: Assemble: remove stray ':' from error message. X-Git-Tag: mdadm-3.3.3~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c34fef774a9fe7a0cd048c7bf33eeafbf7054647;p=thirdparty%2Fmdadm.git Assemble: remove stray ':' from error message. Signed-off-by: NeilBrown --- diff --git a/Assemble.c b/Assemble.c index 3708b55a..46ab72e4 100644 --- a/Assemble.c +++ b/Assemble.c @@ -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);