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
1 changed files with 1 additions and 1 deletions
|
@ -5819,7 +5819,7 @@ void wpas_ctrl_radio_work_flush(struct wpa_supplicant *wpa_s)
|
||||||
continue;
|
continue;
|
||||||
ework = work->ctx;
|
ework = work->ctx;
|
||||||
wpa_dbg(wpa_s, MSG_DEBUG,
|
wpa_dbg(wpa_s, MSG_DEBUG,
|
||||||
"Flushing %sexternal radio work %u (%s)",
|
"Flushing%s external radio work %u (%s)",
|
||||||
work->started ? " started" : "", ework->id,
|
work->started ? " started" : "", ework->id,
|
||||||
ework->type);
|
ework->type);
|
||||||
if (work->started)
|
if (work->started)
|
||||||
|
|
Loading…
Reference in a new issue