X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Funit.c;h=1874cdf78da7da668776d1fd4738364d5b52f994;hb=f3d4cc01488e4b7acf05da02b487f93ae9744337;hp=4810d2b9f43d72e544809494504f8766072f54d7;hpb=9aab5a731db87f96101c2eb5d2b15ac45c3a33c3;p=elogind.git diff --git a/src/unit.c b/src/unit.c index 4810d2b9f..1874cdf78 100644 --- a/src/unit.c +++ b/src/unit.c @@ -738,7 +738,7 @@ fail: u->meta.load_state = UNIT_FAILED; unit_add_to_dbus_queue(u); - log_debug("Failed to load configuration for %s: %s", u->meta.id, strerror(-r)); + log_notice("Failed to load configuration for %s: %s", u->meta.id, strerror(-r)); return r; } @@ -878,7 +878,7 @@ static void unit_check_uneeded(Unit *u) { if (!UNIT_IS_INACTIVE_OR_DEACTIVATING(unit_active_state(other))) return; - log_debug("Service %s is not needed anymore. Stopping.", u->meta.id); + log_info("Service %s is not needed anymore. Stopping.", u->meta.id); /* Ok, nobody needs us anymore. Sniff. Then let's commit suicide */ manager_add_job(u->meta.manager, JOB_STOP, u, JOB_FAIL, true, NULL);