Remove some debug
This commit is contained in:
parent
3a68e040b0
commit
04e92e4372
@ -2576,8 +2576,6 @@ sanitycheck_failed(char *dev, struct part_entry *pe)
|
|||||||
int fd;
|
int fd;
|
||||||
unsigned long it_lowsec, it_secsize;
|
unsigned long it_lowsec, it_secsize;
|
||||||
|
|
||||||
printf("Opening %s\n", dev);
|
|
||||||
|
|
||||||
if((fd = open(dev, O_RDONLY)) < 0) {
|
if((fd = open(dev, O_RDONLY)) < 0) {
|
||||||
perror(dev);
|
perror(dev);
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user