Skip to content

Commit 745a4da

Browse files
committed
Fix comment.
Fix an incorrect comment that happened through some copy/pasta.
1 parent f7ea0b3 commit 745a4da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/basho_bench_driver_riakc_pb.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ run({counter, increment}, KeyGen, ValueGen, State) ->
452452
{ok, _} ->
453453
{ok, State};
454454
{error, Reason} ->
455-
lager:info("Score change failed, error: ~p", [Reason]),
455+
lager:info("Counter increment failed, error: ~p", [Reason]),
456456
{error, Reason, State}
457457
end;
458458

0 commit comments

Comments
 (0)