Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Use the correct device.
Browse files Browse the repository at this point in the history
  • Loading branch information
omarkj committed Nov 28, 2013
1 parent 7a0e07e commit 86b7c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logplex_stats.erl
Expand Up @@ -164,7 +164,7 @@ log_stat(UnixTS, #logplex_stat{module=Mod, key=K}, Val) ->
[UnixTS, Mod, K, Val]);

log_stat(UnixTS, #queue_stat{redis_url=RedisUrl, key=Key}, Val) ->
io:format("m=logplex_stats ts=~p redis_url=~p ~p=~p~n",
io:format(user, "m=logplex_stats ts=~p redis_url=~p ~p=~p~n",
[UnixTS, RedisUrl, Key, Val]);

log_stat(UnixTS, {Class, Key}, Val) ->
Expand Down

0 comments on commit 86b7c4e

Please sign in to comment.