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

Commit

Permalink
remove tabs from logplex stats
Browse files Browse the repository at this point in the history
  • Loading branch information
jkvor committed Jun 15, 2011
1 parent 10a13a3 commit e784e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logplex_stats.erl
Expand Up @@ -122,7 +122,7 @@ handle_info({timeout, _TimerRef, flush}, _State) ->
ets:delete_all_objects(logplex_stats_channels),

[begin
io:format("logplex_channel_stats app_id=~w\tchannel_id=~w\tmessage_processed=~w~n", [AppId, ChannelId, Val])
io:format("logplex_channel_stats app_id=~w channel_id=~w message_processed=~w~n", [AppId, ChannelId, Val])
end || {{message_processed, AppId, ChannelId}, Val} <- ChannelStats, Val > 0],

{noreply, Stats};
Expand Down

0 comments on commit e784e4e

Please sign in to comment.