svn commit: r248824 - head/sys/dev/ciss

Sean Bruno sbruno at FreeBSD.org
Thu Mar 28 11:00:41 UTC 2013


Author: sbruno
Date: Thu Mar 28 11:00:41 2013
New Revision: 248824
URL: http://svnweb.freebsd.org/changeset/base/248824

Log:
  Fix compile of ciss(4) with CISS_DEBUG defined
  
  Obtained from:	Yahoo! Inc.
  MFC after:	2 weeks

Modified:
  head/sys/dev/ciss/ciss.c

Modified: head/sys/dev/ciss/ciss.c
==============================================================================
--- head/sys/dev/ciss/ciss.c	Thu Mar 28 10:08:58 2013	(r248823)
+++ head/sys/dev/ciss/ciss.c	Thu Mar 28 11:00:41 2013	(r248824)
@@ -1868,7 +1868,7 @@ ciss_accept_media(struct ciss_softc *sc,
 
     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.


More information about the svn-src-all mailing list