From ab2877c695639b68980339ff39b15e6943f17963 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 13 Sep 2009 18:37:27 -0700 Subject: [PATCH] Add extra message for RFKILL block/unblock state changes --- src/device.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/device.c b/src/device.c index c7efa1d..1d66936 100644 --- a/src/device.c +++ b/src/device.c @@ -1240,6 +1240,8 @@ int __connman_device_set_blocked(struct connman_device *device, if (device->offlinemode == TRUE) return 0; + connman_info("%s {rfkill} blocked %d", device->interface, blocked); + if (blocked == FALSE) powered = device->powered_persistent; else -- 2.7.4