Assemble: remove stray ':' from error message.

Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
NeilBrown 2015-04-08 11:27:34 +10:00
parent 330d6900bb
commit c34fef774a
1 changed files with 1 additions and 1 deletions

View 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);