]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix a debug print to have a space between words
authorJouni Malinen <j@w1.fi>
Sat, 12 Apr 2014 13:41:45 +0000 (16:41 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 13 Apr 2014 07:26:52 +0000 (10:26 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/ctrl_iface.c

index 2f57683979e7ceaa7c47655c86224897f4df91fd..abffaaebcf55d19ff1e7a837e90d4f3e445307a5 100644 (file)
@@ -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)