Add a missing LINE_BREAK() after printing the roaming parameters in

verbose mode.

Sponsored by:	iXsystems, inc.
MFC after:	2 weeks
This commit is contained in:
Rui Paulo 2010-03-23 12:05:25 +00:00
parent e1d36f8395
commit 59f6c520f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=205514

View File

@ -4509,6 +4509,7 @@ ieee80211_status(int s)
} else {
LINE_BREAK();
list_roam(s);
LINE_BREAK();
}
}