Add message when udev based RFKILL processing is enabled
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 14 Sep 2009 01:37:03 +0000 (18:37 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 14 Sep 2009 01:37:03 +0000 (18:37 -0700)
src/udev.c

index f4b9255..1a3f8db 100644 (file)
@@ -388,6 +388,8 @@ void __connman_udev_enable_rfkill_processing(void)
 {
        rfkill_processing = TRUE;
 
+       connman_warn("Enabling udev based RFKILL processing");
+
        enumerate_devices(udev_ctx);
 }