Module Name: src
Committed By: skrll
Date: Fri Jul 1 07:35:03 UTC 2016
Modified Files:
src/sys/dev/ic: sl811hs.c
Log Message:
Debug tweak
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/dev/ic/sl811hs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/sl811hs.c
diff -u src/sys/dev/ic/sl811hs.c:1.90 src/sys/dev/ic/sl811hs.c:1.91
--- src/sys/dev/ic/sl811hs.c:1.90 Fri Jul 1 07:33:33 2016
+++ src/sys/dev/ic/sl811hs.c Fri Jul 1 07:35:03 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: sl811hs.c,v 1.90 2016/07/01 07:33:33 skrll Exp $ */
+/* $NetBSD: sl811hs.c,v 1.91 2016/07/01 07:35:03 skrll Exp $ */
/*
* Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.90 2016/07/01 07:33:33 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.91 2016/07/01 07:35:03 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_slhci.h"
@@ -2104,7 +2104,7 @@ slhci_abdone(struct slhci_softc *sc, int
xfer->ux_status = USBD_IOERROR;
DLOG(D_ERR, "Max retries reached! status %#x "
- "xfer->ux_status %#x", status, xfer->ux_status, 0,
+ "xfer->ux_status %d", status, xfer->ux_status, 0,
0);
DDOLOGSTATUS(status);