From a827e37371be78ba7eda63fa6edca1074c431524 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 29 Apr 2013 19:46:19 -0400 Subject: man: clarify what Restart= means Related to https://bugzilla.redhat.com/show_bug.cgi?id=957135. --- src/core/service.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/service.c') diff --git a/src/core/service.c b/src/core/service.c index cf0bbe05fc..5803f798e0 100644 --- a/src/core/service.c +++ b/src/core/service.c @@ -1466,6 +1466,9 @@ static int service_search_main_pid(Service *s) { r = unit_watch_pid(UNIT(s), pid); if (r < 0) /* FIXME: we need to do something here */ + log_warning_unit(UNIT(s)->id, + "Failed to watch PID %lu from service %s", + (unsigned long) pid, UNIT(s)->id); return r; return 0; -- cgit v1.2.3-54-g00ecf