remove autopart debug statement

This commit is contained in:
Ben Gras 2005-08-02 09:02:52 +00:00
parent acf6df8b04
commit 013352bb43

View File

@ -2344,7 +2344,7 @@ select_region(void)
fflush(NULL); fflush(NULL);
} else { } else {
rn = 0; rn = 0;
printf("\nUse it? Please enter 'yes' or 'no': "); printf("\nUse this region? Please enter 'yes' or 'no': ");
fflush(NULL); fflush(NULL);
} }
@ -2433,7 +2433,7 @@ select_disk(void)
if(!fgets(line, sizeof(line)-2, stdin)) if(!fgets(line, sizeof(line)-2, stdin))
exit(1); exit(1);
} else { } else {
printf("\nUse it? "); printf("\nUse this disk? ");
choice = 0; choice = 0;
fflush(NULL); fflush(NULL);
if(!fgets(line, sizeof(line)-2, stdin)) if(!fgets(line, sizeof(line)-2, stdin))
@ -2518,7 +2518,6 @@ do_autopart(int resultfd)
/* Update changes. */ /* Update changes. */
if(dirty) { if(dirty) {
m_write('w', NULL); m_write('w', NULL);
printf("dirty\n");
} }
if(dirty) { if(dirty) {