- fix syntax

This commit is contained in:
Jordan Sissel 2010-11-23 13:45:54 -08:00
parent 5cb19a59d4
commit 9c2008bc1e

View file

@ -30,7 +30,7 @@ class LogStash::Logger < Logger
debug [ "awesome_print not found, falling back to Object#inspect." \
"If you want prettier log output, run 'gem install "\
"awesome_print'",
{ :exception @@notify_awesome_print_load_failed }]
{ :exception => @@notify_awesome_print_load_failed }]
# Only show this once.
@@notify_awesome_print_load_failed = nil