]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Manage.c
Change some fprintf(stderrs to cont_err()
[thirdparty/mdadm.git] / Manage.c
index b4d73e8902e6f397ce030352ff0d7d181799f47b..2746149aa75d4640130f2ac70b8771cec47a74a3 100644 (file)
--- a/Manage.c
+++ b/Manage.c
@@ -342,7 +342,7 @@ int Manage_runstop(char *devname, int fd, int runstop,
                                pr_err("failed to stop array %s: %s\n",
                                       devname, strerror(errno));
                                if (errno == EBUSY)
-                                       fprintf(stderr, "Perhaps a running "
+                                       cont_err("Perhaps a running "
                                                "process, mounted filesystem "
                                                "or active volume group?\n");
                        }