PERFORCE change 39850 for review
    Sam Leffler 
    sam at FreeBSD.org
       
    Fri Oct 17 12:30:35 PDT 2003
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=39850
Change 39850 by sam at sam_ebb on 2003/10/17 12:29:42
	add missing \n to debug msg
Affected files ...
.. //depot/projects/netperf/sys/net80211/ieee80211_input.c#11 edit
Differences ...
==== //depot/projects/netperf/sys/net80211/ieee80211_input.c#11 (text+ko) ====
@@ -129,7 +129,7 @@
 	 */
 	if (m->m_pkthdr.len < sizeof(struct ieee80211_frame)) {
 		/* XXX statistic */
-		IEEE80211_DPRINTF2(("%s: frame too short, len %u",
+		IEEE80211_DPRINTF2(("%s: frame too short, len %u\n",
 			__func__, m->m_pkthdr.len));
 		ic->ic_stats.is_rx_tooshort++;
 		goto out;		/* XXX */
    
    
More information about the p4-projects
mailing list