summaryrefslogtreecommitdiff
path: root/Incremental.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2013-05-21 12:40:09 +1000
committerNeilBrown <neilb@suse.de>2013-05-21 12:42:57 +1000
commited503f89e4216dfd55d713e6b2bc08f148206f12 (patch)
treeeb5d375302644cc659f6dd276d83c7665b3f28d2 /Incremental.c
parent93f174b986519ddf86e377199299d77af6850f1a (diff)
Change some "fprintf(stderr,"s to pr_err.
They just keep slipping in.. Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'Incremental.c')
-rw-r--r--Incremental.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/Incremental.c b/Incremental.c
index e7887fac..0a75e343 100644
--- a/Incremental.c
+++ b/Incremental.c
@@ -530,10 +530,9 @@ int Incremental(char *devname, struct context *c,
/* Let's try to start it */
if (info.reshape_active && !(info.reshape_active & RESHAPE_NO_BACKUP)) {
- fprintf(stderr, Name
- ": %s: This array is being reshaped and cannot be started\n"
- " by --incremental. Please use --assemble\n",
- chosen_name);
+ pr_err("%s: This array is being reshaped and cannot be started\n",
+ chosen_name);
+ cont_err("by --incremental. Please use --assemble\n");
goto out;
}
if (match && match->bitmap_file) {