From e6e99073ff74d8f1320c43c592f9aeb53484bba8 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Mon, 15 Jul 2013 16:19:03 +0300 Subject: Upstream/technology: Print information when technogy is switched on Upstream commit id: 5378ab988795358855e76f5dfce71907e0346110 --- src/technology.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/technology.c b/src/technology.c index be28661a..840d0566 100644 --- a/src/technology.c +++ b/src/technology.c @@ -1623,8 +1623,10 @@ softblock_change: if (technology->hardblocked == TRUE) { DBG("%s is switched off.", get_name(technology->type)); technology_dbus_unregister(technology); - } else + } else { + DBG("%s is switched on.", get_name(technology->type)); technology_dbus_register(technology); + } } return technology->hardblocked; -- cgit v1.2.3