From e7ff7e4092dc9bd94bf9e50223061ecbf8b37e90 Mon Sep 17 00:00:00 2001 From: Adam Kwolek Date: Tue, 8 Feb 2011 14:30:37 +0100 Subject: [PATCH] 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 Signed-off-by: NeilBrown --- super-intel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/super-intel.c b/super-intel.c index 59356e05..6a21b26b 100644 --- a/super-intel.c +++ b/super-intel.c @@ -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 -- 2.47.3