Skip to content

Commit

Permalink
worker_id moved to logger
Browse files Browse the repository at this point in the history
  • Loading branch information
ekho committed Aug 4, 2016
1 parent 88bef18 commit 28b428b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nginx-metrix/aggregator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ function M.init(options, storage)
end
end

function M.aggregate(worker_id)
M._logger:debug(('Aggregating on worker #%s'):format(worker_id))
function M.aggregate()
M._logger:debug('Aggregating')
error('Not implemented yet')
end

Expand Down

0 comments on commit 28b428b

Please sign in to comment.