Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Debug tweak



details:   https://anonhg.NetBSD.org/src/rev/669b958a8564
branches:  trunk
changeset: 346199:669b958a8564
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jul 01 07:35:03 2016 +0000

description:
Debug tweak

diffstat:

 sys/dev/ic/sl811hs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8a256adf6863 -r 669b958a8564 sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c      Fri Jul 01 07:33:33 2016 +0000
+++ b/sys/dev/ic/sl811hs.c      Fri Jul 01 07:35:03 2016 +0000
@@ -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 @@
                                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);
 



Home | Main Index | Thread Index | Old Index