From: Marcel Holtmann Date: Mon, 14 Sep 2009 01:37:27 +0000 (-0700) Subject: Add extra message for RFKILL block/unblock state changes X-Git-Tag: 0.43~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab2877c695639b68980339ff39b15e6943f17963;p=platform%2Fupstream%2Fconnman.git Add extra message for RFKILL block/unblock state changes --- 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