From: Davin McCall Date: Sun, 31 Dec 2017 15:24:56 +0000 (+0000) Subject: Typo fix. X-Git-Tag: v0.07~19 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3bb5ce655115d55af6e715172f26445d9c28e9af;p=oweals%2Fdinit.git Typo fix. --- diff --git a/src/service.cc b/src/service.cc index 0a58fb9..a46a59c 100644 --- a/src/service.cc +++ b/src/service.cc @@ -325,7 +325,7 @@ void scripted_service::handle_exit_status(int exit_status) noexcept WEXITSTATUS(exit_status)); } else if (was_signalled) { - log(loglevel_t::INFO, "Serivice ", service_name, " stop command terminated due to signal ", + log(loglevel_t::INFO, "Service ", service_name, " stop command terminated due to signal ", WTERMSIG(exit_status)); } // Just assume that we stopped, so that any dependencies