View | Details | Raw Unified | Return to bug 201873
Collapse All | Expand All

(-)sys/geom/part/g_part.c (-2 / +4 lines)
Lines 321-328 Link Here
321
			if (e1->gpe_offset > offset)
321
			if (e1->gpe_offset > offset)
322
				offset = e1->gpe_offset;
322
				offset = e1->gpe_offset;
323
			if ((offset + pp->stripeoffset) % pp->stripesize) {
323
			if ((offset + pp->stripeoffset) % pp->stripesize) {
324
				DPRINTF("partition %d is not aligned on %u "
324
				DPRINTF("partition %d on (%s,%s) is not aligned "
325
				    "bytes\n", e1->gpe_index, pp->stripesize);
325
				    "on %u bytes\n", e1->gpe_index, 
326
				    pp->name, table->gpt_scheme->name,
327
				    pp->stripesize);
326
				/* Don't treat this as a critical failure */
328
				/* Don't treat this as a critical failure */
327
			}
329
			}
328
		}
330
		}

Return to bug 201873