From: Ben Gras Date: Fri, 12 Aug 2005 19:00:13 +0000 (+0000) Subject: Clarify X-Git-Tag: v3.1.0~335 X-Git-Url: http://zhaoyanbai.com/repos/rndc-confgen.html?a=commitdiff_plain;h=3a68e040b0bf9273abde9f12fdd44e0325db9c66;p=minix.git Clarify --- diff --git a/commands/ibm/autopart.c b/commands/ibm/autopart.c index c2ca4bcd0..3e531b583 100755 --- a/commands/ibm/autopart.c +++ b/commands/ibm/autopart.c @@ -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; }