summaryrefslogtreecommitdiffstats
path: root/sys/dev/ciss/ciss.c
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2013-03-28 11:00:41 +0000
committersbruno <sbruno@FreeBSD.org>2013-03-28 11:00:41 +0000
commite2bc9dfbfd90d8c2a252f94a9b6c5e48641993b7 (patch)
treedd5abc89e21e59c9da3d1fc73aa98836bc1549c9 /sys/dev/ciss/ciss.c
parent08dd09547be3ebd3d8f4124b77106d5292de12d7 (diff)
downloadFreeBSD-src-e2bc9dfbfd90d8c2a252f94a9b6c5e48641993b7.zip
FreeBSD-src-e2bc9dfbfd90d8c2a252f94a9b6c5e48641993b7.tar.gz
Fix compile of ciss(4) with CISS_DEBUG defined
Obtained from: Yahoo! Inc. MFC after: 2 weeks
Diffstat (limited to 'sys/dev/ciss/ciss.c')
-rw-r--r--sys/dev/ciss/ciss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c
index 5895d7f..24d96eb 100644
--- a/sys/dev/ciss/ciss.c
+++ b/sys/dev/ciss/ciss.c
@@ -1868,7 +1868,7 @@ ciss_accept_media(struct ciss_softc *sc, struct ciss_ldrive *ld)
ldrive = CISS_LUN_TO_TARGET(ld->cl_address.logical.lun);
- debug(0, "bringing logical drive %d back online");
+ debug(0, "bringing logical drive %d back online", ldrive);
/*
* Build a CISS BMIC command to bring the drive back online.
OpenPOWER on IntegriCloud