]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Put the "%d retries" debug message in the transmit path behind WPI_DEBUG_TX
authorjmallett <jmallett@FreeBSD.org>
Fri, 27 Mar 2009 05:44:53 +0000 (05:44 +0000)
committerjmallett <jmallett@FreeBSD.org>
Fri, 27 Mar 2009 05:44:53 +0000 (05:44 +0000)
commit0d55e76419374bc2ac6b65a38edac1cf25ff8c76
tree3d1b8ad47d7e7bc02fab2aab5e22cb08d47b2f57
parenta0c7aba2c2ed6aaf1f549951d1757ad25db75182
Put the "%d retries" debug message in the transmit path behind WPI_DEBUG_TX
rather than behind a seemingly accidental constant likely left over from one of
the related drivers which uses log levels rather than per-facility debugging
flags.  This should get rid of contextless messages on the console for people
who have not set (or cleared the default) debugging flags.
sys/dev/wpi/if_wpi.c