about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/84-CVE-2012-2736.patch2
1 files changed, 1 insertions, 1 deletions
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;
 +	}