]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - raid6check.c
Introduce pr_err for printing error messages.
[thirdparty/mdadm.git] / raid6check.c
index d4b60859fcc91346772fcbc2b1b68bbebbccc1ac..1d91c96ae59103a0048a1927e495868f20f3f525 100644 (file)
@@ -263,7 +263,7 @@ int main(int argc, char *argv[])
        mdfd = open(argv[1], O_RDONLY);
        if(mdfd < 0) {
                perror(argv[1]);
-               fprintf(stderr,"%s: cannot open %s\n", prg, argv[1]);
+               fprintf(stderr, "%s: cannot open %s\n", prg, argv[1]);
                exit_err = 2;
                goto exitHere;
        }