When container operation is not allowed user has to get proper information on console about it Currently this information was displayed as debug info only. Signed-off-by: Adam Kwolek <adam.kwolek@xxxxxxxxx> --- super-intel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/super-intel.c b/super-intel.c index 35a3769..ffbf741 100644 --- a/super-intel.c +++ b/super-intel.c @@ -6455,7 +6455,7 @@ static int imsm_reshape_super(struct supertype *st, long long size, int level, dprintf("imsm: Cannot prepare "\ "update\n"); } else - dprintf("imsm: Operation is not allowed "\ + fprintf(stderr, Name "imsm: Operation is not allowed "\ "on this container\n"); } else dprintf("imsm: not a container operation\n"); -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html