mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 00:17:37 +01:00
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>
This commit is contained in:
parent
70111eb476
commit
852d4db7d0
2
debian/init.d
vendored
2
debian/init.d
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user