Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src-draft/trunk]: src/sys/net80211 Fix debug output (missing newline)



details:   https://anonhg.NetBSD.org/src-all/rev/2f971ca186d2
branches:  trunk
changeset: 376999:2f971ca186d2
user:      Martin Husemann <martin%NetBSD.org@localhost>
date:      Fri Feb 12 18:40:43 2021 +0100

description:
Fix debug output (missing newline)

diffstat:

 sys/net80211/ieee80211_scan_sta.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 42a7c4c07d8a -r 2f971ca186d2 sys/net80211/ieee80211_scan_sta.c
--- a/sys/net80211/ieee80211_scan_sta.c Thu Feb 11 18:30:16 2021 +0100
+++ b/sys/net80211/ieee80211_scan_sta.c Fri Feb 12 18:40:43 2021 +0100
@@ -1215,7 +1215,7 @@ match_bss(struct ieee80211vap *vap,
                    bssid[IEEE80211_ADDR_PRINT_LEN];
 
                IEEE80211_DPRINTF(vap, debug,
-                   " %c %s %s%c %3d%c %+4d%c %2dM%c %4s%c %3s%c %s %s",
+                   " %c %s %s%c %3d%c %+4d%c %2dM%c %4s%c %3s%c %s %s\n",
                    fail & MATCH_FAILS ? '=' :
                    fail & MATCH_NOTSEEN ? '^' :
                    fail & MATCH_CC ? '$' :



Home | Main Index | Thread Index | Old Index