summaryrefslogtreecommitdiff
path: root/lib/chef/log/syslog.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/log/syslog.rb')
-rw-r--r--lib/chef/log/syslog.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/log/syslog.rb b/lib/chef/log/syslog.rb
index 0fe3593fe5..58d6671095 100644
--- a/lib/chef/log/syslog.rb
+++ b/lib/chef/log/syslog.rb
@@ -32,7 +32,7 @@ class Chef
attr_accessor :sync, :formatter
- def initialize(program_name = "chef-client", facility = ::Syslog::LOG_DAEMON, logopts=nil)
+ def initialize(program_name = "chef-client", facility = ::Syslog::LOG_DAEMON, logopts = nil)
super
return if defined? ::Logger::Syslog::SYSLOG
::Logger::Syslog.const_set :SYSLOG, SYSLOG
@@ -43,4 +43,3 @@ class Chef
end
end
end
-