From 3592e59cabbb8363b699cf4886a71502b7548d74 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 8 Apr 2010 15:51:32 -0700 Subject: [PATCH] wifi: fix log message --- src/nm-device-wifi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/nm-device-wifi.c b/src/nm-device-wifi.c index 3e7a820476..cccaf1194e 100644 --- a/src/nm-device-wifi.c +++ b/src/nm-device-wifi.c @@ -3517,7 +3517,8 @@ real_set_enabled (NMDeviceInterface *device, gboolean enabled) state = nm_device_interface_get_state (NM_DEVICE_INTERFACE (self)); if (state < NM_DEVICE_STATE_UNAVAILABLE) { - nm_log_dbg (LOGD_WIFI, "(%s): enable blocked by UNMANAGED state", + nm_log_dbg (LOGD_WIFI, "(%s): %s blocked by UNMANAGED state", + enabled ? "enable" : "disable", nm_device_get_iface (NM_DEVICE (device))); return; }