From: Jouni Malinen Date: Sat, 12 Apr 2014 13:41:45 +0000 (+0300) Subject: Fix a debug print to have a space between words X-Git-Tag: hostap_2_2~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=023b466da405c160cba0541831c357db825dd2b0;p=thirdparty%2Fhostap.git Fix a debug print to have a space between words Signed-off-by: Jouni Malinen --- diff --git a/wpa_supplicant/ctrl_iface.c b/wpa_supplicant/ctrl_iface.c index 2f5768397..abffaaebc 100644 --- a/wpa_supplicant/ctrl_iface.c +++ b/wpa_supplicant/ctrl_iface.c @@ -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)