OSDN Git Service

Remove unnecessary messages (DO NOT MERGE)
authorDmitry Shmidt <dimitrysh@google.com>
Wed, 18 Aug 2010 21:18:37 +0000 (14:18 -0700)
committerDmitry Shmidt <dimitrysh@google.com>
Wed, 18 Aug 2010 21:19:37 +0000 (14:19 -0700)
Change-Id: I0a9559fd962bb629abd7dcc635464f1352ed0499
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
wpa_supplicant/ctrl_iface.c
wpa_supplicant/scan.c

index a5c256b..101b867 100644 (file)
@@ -1633,7 +1633,7 @@ char * wpa_supplicant_ctrl_iface_process(struct wpa_supplicant *wpa_s,
        int ctrl_rsp = 0;
        int reply_len;
 
-       wpa_printf(MSG_ERROR, "CMD: %s", buf);
+       wpa_printf(MSG_DEBUG, "CMD: %s", buf);
 
        if (os_strncmp(buf, WPA_CTRL_RSP, os_strlen(WPA_CTRL_RSP)) == 0 ||
            os_strncmp(buf, "SET_NETWORK ", 12) == 0) {
index 4b15d22..c4da038 100644 (file)
@@ -92,7 +92,7 @@ static void wpa_supplicant_scan(void *eloop_ctx, void *timeout_ctx)
        enum wps_request_type req_type = WPS_REQ_ENROLLEE_INFO;
 #endif /* CONFIG_WPS */
 
-       wpa_printf(MSG_ERROR, "%s: scan_req = %d, ap_scan = %d", __func__,
+       wpa_printf(MSG_DEBUG, "%s: scan_req = %d, ap_scan = %d", __func__,
                wpa_s->scan_req, wpa_s->conf->ap_scan);
 
        if (wpa_s->disconnected && !wpa_s->scan_req) {