]> Zhao Yanbai Git Server - minix.git/commitdiff
remove autopart debug statement
authorBen Gras <ben@minix3.org>
Tue, 2 Aug 2005 09:02:52 +0000 (09:02 +0000)
committerBen Gras <ben@minix3.org>
Tue, 2 Aug 2005 09:02:52 +0000 (09:02 +0000)
commands/ibm/autopart.c

index b132ef0a843f921e65cde782c1725c941eec6ff0..4db4099056cfe7cb2d0d78276eb5d3c7df088a2b 100755 (executable)
@@ -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) {