Skip to content

Commit

Permalink
Unify hash literal notation
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Feb 13, 2014
1 parent 28a648b commit cc90951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/catalog_observer.rb
Expand Up @@ -79,7 +79,7 @@ def catalog_updated?
def load_catalog!
loader = CatalogLoader.new(@catalog_path)
@catalog = loader.load
$log.info "catalog loaded", path: @catalog_path, mtime: @catalog_mtime
$log.info "catalog loaded", :path => @catalog_path, :mtime => @catalog_mtime
ensure
@catalog_mtime = File.mtime(@catalog_path)
end
Expand Down

0 comments on commit cc90951

Please sign in to comment.