summaryrefslogtreecommitdiff
path: root/src/core/dbus-manager.c
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2015-12-15 15:57:19 +0100
committerDaniel Mack <github@zonque.org>2015-12-15 15:57:19 +0100
commit523f8874c650bd9b72e19f92963464e0c246374d (patch)
tree75844ccc0b1f07f2024f7853b538c4ffc9627eef /src/core/dbus-manager.c
parent277b4cb5a63d0cf04772d4534c17f300a3b930d0 (diff)
parent4cee3a78bb9190a823ca08808c451daa802622e1 (diff)
Merge pull request #2157 from keszybz/manager-status
Manager status
Diffstat (limited to 'src/core/dbus-manager.c')
-rw-r--r--src/core/dbus-manager.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c
index 61bd0f8d5f..8a523cc8ac 100644
--- a/src/core/dbus-manager.c
+++ b/src/core/dbus-manager.c
@@ -229,7 +229,10 @@ static int property_set_log_level(
if (r < 0)
return r;
- return log_set_max_level_from_string(t);
+ r = log_set_max_level_from_string(t);
+ if (r == 0)
+ log_info("Setting log level to %s.", t);
+ return r;
}
static int property_get_n_names(