Date: Thu, 8 Nov 2012 17:32:55 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242778 - head/sys/dev/ath Message-ID: <201211081732.qA8HWu2K021114@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Thu Nov 8 17:32:55 2012 New Revision: 242778 URL: http://svnweb.freebsd.org/changeset/base/242778 Log: Convert this to a debug printf; it's working fine now. Modified: head/sys/dev/ath/if_ath_rx_edma.c Modified: head/sys/dev/ath/if_ath_rx_edma.c ============================================================================== --- head/sys/dev/ath/if_ath_rx_edma.c Thu Nov 8 16:31:13 2012 (r242777) +++ head/sys/dev/ath/if_ath_rx_edma.c Thu Nov 8 17:32:55 2012 (r242778) @@ -282,7 +282,7 @@ static void ath_edma_recv_flush(struct ath_softc *sc) { - device_printf(sc->sc_dev, "%s: called\n", __func__); + DPRINTF(sc, ATH_DEBUG_RECV, "%s: called\n", __func__); ATH_PCU_LOCK(sc); sc->sc_rxproc_cnt++;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211081732.qA8HWu2K021114>