imsm: FIX: Wrong output string format

On wrong starting container reshape conditions, mdadm returns information on console:
mdadmimsm: Operation is not allowed on this container

it is changed to:
mdadm: (imsm) Operation is not allowed on this container

Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
Adam Kwolek 2011-02-08 14:30:37 +01:00 committed by NeilBrown
parent f6539edf2e
commit e7ff7e4092
1 changed files with 2 additions and 2 deletions

View File

@ -7097,8 +7097,8 @@ static int imsm_reshape_super(struct supertype *st, long long size, int level,
free(u);
} else {
fprintf(stderr, Name "imsm: Operation is not allowed "
"on this container\n");
fprintf(stderr, Name ": (imsm) Operation "
"is not allowed on this container\n");
}
} else {
/* On volume level we support following operations