From: Ben Gras Date: Tue, 2 Aug 2005 09:02:52 +0000 (+0000) Subject: remove autopart debug statement X-Git-Tag: v3.1.0~485 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-importkey.html?a=commitdiff_plain;h=013352bb4319e14d295eded3e4d5ee1171b421cf;p=minix.git remove autopart debug statement --- diff --git a/commands/ibm/autopart.c b/commands/ibm/autopart.c index b132ef0a8..4db409905 100755 --- a/commands/ibm/autopart.c +++ b/commands/ibm/autopart.c @@ -2344,7 +2344,7 @@ select_region(void) fflush(NULL); } else { rn = 0; - printf("\nUse it? Please enter 'yes' or 'no': "); + printf("\nUse this region? Please enter 'yes' or 'no': "); fflush(NULL); } @@ -2433,7 +2433,7 @@ select_disk(void) if(!fgets(line, sizeof(line)-2, stdin)) exit(1); } else { - printf("\nUse it? "); + printf("\nUse this disk? "); choice = 0; fflush(NULL); if(!fgets(line, sizeof(line)-2, stdin)) @@ -2518,7 +2518,6 @@ do_autopart(int resultfd) /* Update changes. */ if(dirty) { m_write('w', NULL); - printf("dirty\n"); } if(dirty) {