diff options
| author | Michael Biebl <biebl@debian.org> | 2011-04-04 22:36:17 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2011-04-04 22:36:17 +0200 |
| commit | c08b7f120a78b1be36e15d2d5fa2b05637f56b92 (patch) | |
| tree | bbdc1f76b481f8a0d7e329472a415863187b53e6 /src/wpa.c | |
| parent | cc5124a8a78d6854e630cb69322abd4d38011e2b (diff) | |
| parent | c980bdf58dc973dd5617aaa6f9466f9e44fcbf58 (diff) | |
Merge commit 'upstream/0.8.3.999'
Diffstat (limited to 'src/wpa.c')
| -rw-r--r-- | src/wpa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wpa.c b/src/wpa.c index 5f4fd024..7d0e2261 100644 --- a/src/wpa.c +++ b/src/wpa.c @@ -447,7 +447,7 @@ wpa_ie_data * wpa_parse_wpa_ie(const u8 *wpa_ie, size_t wpa_ie_len) nm_log_dbg (LOGD_WIFI, " key mgmt 0x%X", data->key_mgmt); nm_log_dbg (LOGD_WIFI, " capabilities 0x%X", data->capabilities); nm_log_dbg (LOGD_WIFI, " # pmkid 0x%X", data->num_pmkid); - nm_log_dbg (LOGD_WIFI, ""); + nm_log_dbg (LOGD_WIFI, " "); } return data; |