summaryrefslogtreecommitdiff
path: root/super-ddf.c
diff options
context:
space:
mode:
Diffstat (limited to 'super-ddf.c')
-rw-r--r--super-ddf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/super-ddf.c b/super-ddf.c
index 9192ccdc..56aad684 100644
--- a/super-ddf.c
+++ b/super-ddf.c
@@ -1794,7 +1794,7 @@ static int init_super_ddf(struct supertype *st,
struct virtual_disk *vd;
if (data_offset != INVALID_SECTORS) {
- fprintf(stderr, Name ": data-offset not supported by DDF\n");
+ pr_err("data-offset not supported by DDF\n");
return 0;
}