Skip to content

Commit

Permalink
Suggested extra warning. If ts:index isn't run before start, searchd …
Browse files Browse the repository at this point in the history
…will fail to start, but the log file will be completely empty.
  • Loading branch information
tpitale committed Sep 27, 2011
1 parent 3e2eff8 commit e9c3f71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/thinking_sphinx/tasks.rb
Expand Up @@ -51,6 +51,7 @@
puts "Started successfully (pid #{sphinx_pid})."
else
puts "Failed to start searchd daemon. Check #{config.searchd_log_file}"
puts "Be sure to run thinking_sphinx:index before thinking_sphinx:start"
end
end
end
Expand Down

0 comments on commit e9c3f71

Please sign in to comment.