mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-20 02:53:03 -05:00
Fix a debug print to have a space between words
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
8a7f127c13
commit
023b466da4
@ -5819,7 +5819,7 @@ void wpas_ctrl_radio_work_flush(struct wpa_supplicant *wpa_s)
|
||||
continue;
|
||||
ework = work->ctx;
|
||||
wpa_dbg(wpa_s, MSG_DEBUG,
|
||||
"Flushing %sexternal radio work %u (%s)",
|
||||
"Flushing%s external radio work %u (%s)",
|
||||
work->started ? " started" : "", ework->id,
|
||||
ework->type);
|
||||
if (work->started)
|
||||
|
Loading…
x
Reference in New Issue
Block a user