Skip to content

Commit

Permalink
Merge branch 'klm-change-worker-pool-msg-loglevel' into 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kellymclaughlin committed Sep 15, 2011
2 parents 3db4839 + 8234a9c commit f11acc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riak_core_vnode.erl
Expand Up @@ -120,7 +120,7 @@ init([Mod, Index, InitialInactivityTimeout]) ->
end,
PoolPid = case lists:keyfind(pool, 1, Props) of
{pool, WorkerModule, PoolSize, WorkerArgs} ->
lager:notice("starting worker pool ~p with size of ~p~n",
lager:debug("starting worker pool ~p with size of ~p~n",
[WorkerModule, PoolSize]),
{ok, Pid} = riak_core_vnode_worker_pool:start_link(WorkerModule,
PoolSize, Index, WorkerArgs, worker_props),
Expand Down

0 comments on commit f11acc4

Please sign in to comment.