]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super0.c
Change some "fprintf(stderr,"s to pr_err.
[thirdparty/mdadm.git] / super0.c
index 58785e298bf826edd7d13646515aa4520e46a889..061e475e52a70c6a2685879c0aaac33600e34cb6 100644 (file)
--- 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;
        }