svn commit: r195498 - stable/7/sys/dev/usb

Nick Hibma n_hibma at FreeBSD.org
Thu Jul 9 15:27:08 UTC 2009


Author: n_hibma
Date: Thu Jul  9 15:27:07 2009
New Revision: 195498
URL: http://svn.freebsd.org/changeset/base/195498

Log:
  Errors we would like to see during debugging.

Modified:
  stable/7/sys/dev/usb/ohci.c

Modified: stable/7/sys/dev/usb/ohci.c
==============================================================================
--- stable/7/sys/dev/usb/ohci.c	Thu Jul  9 15:05:50 2009	(r195497)
+++ stable/7/sys/dev/usb/ohci.c	Thu Jul  9 15:27:07 2009	(r195498)
@@ -1381,7 +1381,7 @@ ohci_softintr(void *v)
 			 */
 			opipe = (struct ohci_pipe *)xfer->pipe;
 
-			DPRINTFN(15,("ohci_process_done: error cc=%d (%s)\n",
+			DPRINTF(("ohci_process_done: error cc=%d (%s)\n",
 			  OHCI_TD_GET_CC(le32toh(std->td.td_flags)),
 			  ohci_cc_strs[OHCI_TD_GET_CC(le32toh(std->td.td_flags))]));
 			callout_stop(&xfer->timeout_handle);


More information about the svn-src-all mailing list