Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2003 14:40:26 -0800 (PST)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 25065 for review
Message-ID:  <200302122240.h1CMeQqA001483@repoman.freebsd.org>

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

Change 25065 by sam@sam_ebb on 2003/02/12 14:39:52

	fix typo in debug printf

Affected files ...

.. //depot/projects/wlan/sys/dev/wi/if_wi.c#3 edit

Differences ...

==== //depot/projects/wlan/sys/dev/wi/if_wi.c#3 (text+ko) ====

@@ -2584,7 +2584,7 @@
 		sc->sc_scan_timer = WI_SCAN_WAIT;
 		sc->sc_ic.ic_if.if_timer = 1;
 		DPRINTF(("wi_scan_ap: start scanning, "
-			"chamask 0x%x txrate 0x%x\n, chanmask, txrate"));
+			"chamask 0x%x txrate 0x%x\n", chanmask, txrate));
 	}
 	return error;
 }

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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