Status: ok Don't give a warning inf /proc/mdstat contains unexpected string This allows for quieter extenstions to /proc/mdstat Signed-off-by: Neil Brown ----------- Diffstat output ------------ ./mdstat.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff ./mdstat.c~current~ ./mdstat.c --- ./mdstat.c~current~ 2004-05-26 12:47:49.000000000 +1000 +++ ./mdstat.c 2004-05-26 12:47:49.000000000 +1000 @@ -124,7 +124,7 @@ struct mdstat_ent *mdstat_read() /* Better be an md line.. */ if (strncmp(line, "md", 2)!= 0 || atoi(line+2)<0) { - fprintf(stderr, Name ": bad /proc/mdstat line starts: %s\n", line); + /* fprintf(stderr, Name ": bad /proc/mdstat line starts: %s\n", line); */ continue; }