From 2f3ce1b50d0c6ac7d1b2c35da42df911d9ff7c4e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 12 Sep 2012 15:56:29 +0200 Subject: Fix log message for disabled Ad-Hoc WPA --- debian/patches/84-CVE-2012-2736.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/84-CVE-2012-2736.patch b/debian/patches/84-CVE-2012-2736.patch index 4548ec9a..86085066 100644 --- a/debian/patches/84-CVE-2012-2736.patch +++ b/debian/patches/84-CVE-2012-2736.patch @@ -92,7 +92,7 @@ Index: network-manager/src/nm-device-wifi.c + * 2.6.30 or so; until that's fixed, disable WPA-protected Ad-Hoc networks. + */ + if (is_adhoc_wpa (connection)) { -+ nm_warning ("Ad-Hoc WPA disabled due to kernel bugs"); ++ nm_log_warn (LOGD_WIFI, "Ad-Hoc WPA disabled due to kernel bugs"); + *reason = NM_DEVICE_STATE_REASON_SUPPLICANT_CONFIG_FAILED; + return NM_ACT_STAGE_RETURN_FAILURE; + } -- cgit 1.3.0-6-gf8a5