Fix a debug print to have a space between words

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2014-04-12 16:41:45 +03:00
parent 8a7f127c13
commit 023b466da4

View file

@ -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)