fix botch

This commit is contained in:
mjacob 2006-12-21 23:20:51 +00:00
parent 54c3ccca4d
commit e2ed48ca37

View File

@ -1447,7 +1447,7 @@ xpt_init(dummy)
xpt_max_ccbs = 16;
if ((status = xpt_bus_register(xpt_sim, /*bus #*/0)) != CAM_SUCCESS) {
printf("xpt_init: xpt_bus_register failed with status %#x,";
printf("xpt_init: xpt_bus_register failed with status %#x,"
" failing attach\n", status);
return;
}