Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2008 22:17:26 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 138754 for review
Message-ID:  <200803272217.m2RMHQTG079704@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=138754

Change 138754 by sam@sam_ebb on 2008/03/27 22:17:13

	fix debug msg

Affected files ...

.. //depot/projects/vap/sys/dev/ath/if_ath.c#50 edit

Differences ...

==== //depot/projects/vap/sys/dev/ath/if_ath.c#50 (text+ko) ====

@@ -2543,7 +2543,7 @@
 	} else
 		mfilt[0] = mfilt[1] = ~0;
 	ath_hal_setmcastfilter(sc->sc_ah, mfilt[0], mfilt[1]);
-	DPRINTF(sc, ATH_DEBUG_MODE, "%s: , MC filter %08x:%08x\n",
+	DPRINTF(sc, ATH_DEBUG_MODE, "%s: MC filter %08x:%08x\n",
 		__func__, mfilt[0], mfilt[1]);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803272217.m2RMHQTG079704>