Navigation Menu

Skip to content

Commit

Permalink
Fix mismatched method name to stop file observer
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 23, 2015
1 parent 9775902 commit 88db42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/engine.rb
Expand Up @@ -83,7 +83,7 @@ def stop_gracefully
logger.trace("stop_gracefully/on_finish: start")
@dispatcher.stop_gracefully do
@state.shutdown
@export_last_processed_message_timestamp_observer.shutdown
@export_last_processed_message_timestamp_observer.stop
export_last_processed_message_timestamp
yield
end
Expand Down

0 comments on commit 88db42c

Please sign in to comment.