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.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to