From e2ed48ca376ee7003963becd27e73a4e2fbf088f Mon Sep 17 00:00:00 2001 From: mjacob Date: Thu, 21 Dec 2006 23:20:51 +0000 Subject: [PATCH] fix botch --- sys/cam/cam_xpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index 7adfa2de344b..2b1c8f4bacc9 100644 --- a/sys/cam/cam_xpt.c +++ b/sys/cam/cam_xpt.c @@ -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; }