Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eric committed Nov 14, 2012
1 parent f2684df commit 45ee43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zookeeper/logger.rb
Expand Up @@ -21,7 +21,7 @@ def log_realtime(what)
end

def logger
@logger ||= (::Zookeeper.logger || ::Logger.new(STDOUT)
@logger ||= (::Zookeeper.logger || ::Logger.new(STDOUT))
end
end
end
Expand Down

0 comments on commit 45ee43a

Please sign in to comment.