Skip to content

Commit

Permalink
add missing args to __log_exception call
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed Nov 13, 2015
1 parent 27d7dfd commit 0403b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/listen/adapter/darwin.rb
Expand Up @@ -50,7 +50,7 @@ def _run_worker(worker)
_log :debug, "fsevent: running worker: #{worker.inspect}"
worker.run
rescue
_log_exception 'fsevent: running worker failed: %s: %s'
_log_exception 'fsevent: running worker failed: %s:%s called from: %s', caller
end

def _run_workers_in_background(workers)
Expand Down

0 comments on commit 0403b61

Please sign in to comment.