]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - monitor.c
Remove some noisy printfs.
[thirdparty/mdadm.git] / monitor.c
index 22ae27b33f8274493886ca95012c1df7baba65a8..fda3fc01049f2504340d66b55f76a9f35550694b 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -242,7 +242,7 @@ static int read_and_act(struct active_array *a)
                 * readonly ???
                 */
                get_resync_start(a);
-               printf("Found a readonly array at %llu\n", a->resync_start);
+//             printf("Found a readonly array at %llu\n", a->resync_start);
                if (a->resync_start == ~0ULL)
                        a->next_state = read_auto; /* array is clean */
                else {