summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdulrahmanKanaan <64152239+AbdulrahmanKanaan@users.noreply.github.com>2022-10-19 11:13:25 +0300
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-13 20:47:42 +0000
commited2e0d8c34ebeada484efaab3f8210eba617cdef (patch)
tree3f842324975037d17cf0341e1fdfe7f201efd4e7
parent898fde28b3391a1e6a0b75786eb37d5873a8dcc0 (diff)
downloadmongo-ed2e0d8c34ebeada484efaab3f8210eba617cdef.tar.gz
SERVER-71449 log_successs_msg: not found
when using service status command fixing "/etc/init.d/mongodb: 251: log_successs_msg: not found" error spelling mistake "log_successs_msg" to "log_success_msg" Closes https://github.com/mongodb/mongo/pull/1500 Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com> (cherry picked from commit 852d4db7d0988d5e06129232d912e6c9bbe43e6d) (cherry picked from commit 37a912f55bda0e444124207812e95bbccfa04f73)
-rw-r--r--debian/init.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/init.d b/debian/init.d
index 24ed757dab8..e13fbd97b29 100644
--- a/debian/init.d
+++ b/debian/init.d
@@ -248,7 +248,7 @@ case "$1" in
log_daemon_msg "Checking status of $DESC" "$NAME"
if running ; then
- log_successs_msg "running"
+ log_success_msg "running"
log_end_msg 0
else
log_failure_msg "apparently not running"