Header cleanup on two more networking files (move libbb.h to the top and
[oweals/busybox.git] / util-linux / fdformat.c
index 5772e13090fcd1a5aec1fa25180de86a7012caef..69128083358f596d7cdbc162818fc5cff7730240 100644 (file)
@@ -133,7 +133,7 @@ int fdformat_main(int argc,char **argv)
                        print_and_flush("%3d\b\b\b", cyl);
                        if((read_bytes = safe_read(fd,data,n))!= n ) {
                                if(read_bytes < 0) {
-                                       bb_perror_msg("Read: ");
+                                       bb_perror_msg(bb_msg_read_error);
                                }
                                bb_error_msg_and_die("Problem reading cylinder %d, expected %d, read %d", cyl, n, read_bytes);
                        }