Skip to content

Commit

Permalink
Removed legacy parameter #15
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb Pomykalov committed Nov 20, 2010
1 parent fc006c3 commit 7a384c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/daemonizer/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Daemonizer
class Engine
attr_reader :config

def initialize(config, debug = false)
def initialize(config)
@config = config
Daemonizer.logger_context = "#{Process.pid}/monitor"
end
Expand Down

0 comments on commit 7a384c6

Please sign in to comment.