Skip to content

Commit

Permalink
generic-init.d/celeryevcam: Fix missing call to log_daemon_msg.
Browse files Browse the repository at this point in the history
Closes celery#547.
  • Loading branch information
streeter authored and ask committed Nov 25, 2011
1 parent f86576a commit 8c0c067
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/generic-init.d/celeryevcam
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,11 @@ case "$1" in
stop)
stop_evcam
;;

reload|force-reload)
echo "Use start+stop"
;;
restart)
log_daemon_msg "Restarting celery event snapshots" "celeryev"
echo "Restarting celery event snapshots" "celeryev"
stop_evcam
check_dev_null
start_evcam
Expand Down

0 comments on commit 8c0c067

Please sign in to comment.