]> Zhao Yanbai Git Server - minix.git/commitdiff
Clarify
authorBen Gras <ben@minix3.org>
Fri, 12 Aug 2005 19:00:13 +0000 (19:00 +0000)
committerBen Gras <ben@minix3.org>
Fri, 12 Aug 2005 19:00:13 +0000 (19:00 +0000)
commands/ibm/autopart.c

index c2ca4bcd04cf4bfcf983467de952896fff5b8063..3e531b583897677adde093b4d71525f5529e7e35 100755 (executable)
@@ -2595,8 +2595,8 @@ sanitycheck_failed(char *dev, struct part_entry *pe)
        it_secsize = div64u(part.size, SECTOR_SIZE);
 
        if(it_lowsec != pe->lowsec || it_secsize != pe->size) {
-               fprintf(stderr, "Autopart numbers don't match up! (%lu, %lu, %lu, %lu)\n",
-                       it_lowsec, pe->lowsec, it_secsize, pe->size);
+               fprintf(stderr, "Returned and set numbers don't match up!\n");
+               fprintf(stderr, "This can happen if the disk is still opened.\n");
                return 1;
        }