summaryrefslogtreecommitdiff
path: root/super0.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 /super0.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 'super0.c')
-rw-r--r--super0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/super0.c b/super0.c
index 58785e29..061e475e 100644
--- a/super0.c
+++ b/super0.c
@@ -657,7 +657,7 @@ static int init_super0(struct supertype *st, mdu_array_info_t *info,
int spares;
if (data_offset != INVALID_SECTORS) {
- fprintf(stderr, Name ": data-offset not support for 0.90\n");
+ pr_err("data-offset not support for 0.90\n");
return 0;
}