From b639db78884d5ad9b14b31609bfed709ef56df4c Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Tue, 30 May 2017 11:19:45 +0100 Subject: [PATCH] Clean up one TODO --- src/service.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/service.cc b/src/service.cc index e9a9577..b9913af 100644 --- a/src/service.cc +++ b/src/service.cc @@ -1103,7 +1103,8 @@ void base_process_service::all_deps_stopped() noexcept stopped(); } else if (r == pid) { - // TODO, examine status and log anything unusual. + // Process may have died due to signal since we explicitly requested it to + // stop by signalling it; no need to log any termination status. stopped(); } } -- 2.25.1