From: Davin McCall Date: Mon, 27 Jun 2016 12:02:18 +0000 (+0100) Subject: Fix a TODO comment X-Git-Tag: v0.04~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=37cf1273cce17db8f0f204f31f45a8b5ac90fa35;p=oweals%2Fdinit.git Fix a TODO comment --- diff --git a/src/service.cc b/src/service.cc index 264562b..6185d35 100644 --- a/src/service.cc +++ b/src/service.cc @@ -194,7 +194,8 @@ void ServiceRecord::handle_exit_status() noexcept } } else if (service_state == ServiceState::STOPPING) { - // TODO log non-zero rstatus? + // We won't log a non-zero exit status or termination due to signal here - + // we assume that the process died because we signalled it. stopped(); } else if (smooth_recovery && service_state == ServiceState::STARTED) {