diff options
Diffstat (limited to 'super-intel.c')
-rw-r--r-- | super-intel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/super-intel.c b/super-intel.c index 7e3c5f2b..cab84198 100644 --- a/super-intel.c +++ b/super-intel.c @@ -12596,7 +12596,8 @@ static int imsm_manage_reshape( init_migr_record_imsm(st, dev, sra); else { if (__le32_to_cpu(migr_rec->rec_status) != UNIT_SRC_NORMAL) { - dprintf("imsm: cannot restart migration when data are present in copy area.\n"); + pr_err("imsm: Cannot restart migration when data are present in copy area.\n" + " Reassemble array to try to restore critical sector.\n"); goto abort; } /* Save checkpoint to update migration record for current |