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

Commit

Permalink
Update logplex realtime stats.
Browse files Browse the repository at this point in the history
  • Loading branch information
archaelus committed Feb 24, 2012
1 parent 44d1acc commit 938755d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/logplex_tcpsyslog_drain2.erl
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ send(State = #state{buf = Buf, sock = Sock,
try
erlang:port_command(Sock, Data, []),
msg_stat(drain_delivered, N, State),
logplex_realtime:incr(message_routed),
{next_state, sending,
State#state{buf = NewBuf,
send_tref=Ref}}
Expand Down

0 comments on commit 938755d

Please sign in to comment.