Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debian/init.d
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down