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

Commit

Permalink
Merge branch 'v35' into v36
Browse files Browse the repository at this point in the history
  • Loading branch information
archaelus committed Feb 13, 2012
2 parents ab34325 + 0ffd500 commit 0342acc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tcp_proxy.erl
Expand Up @@ -118,7 +118,7 @@ handle_info({tcp_error, Sock, Reason},
State = #state{sock = Sock,
peername = {H,P}}) ->
?WARN("err=gen_tcp peer=~s data=~p duration=~s",
[loglex_logging:dest(H,P), Reason, duration(State)]),
[logplex_logging:dest(H,P), Reason, duration(State)]),
{stop, normal, State};

handle_info(Msg, State) ->
Expand Down
4 changes: 2 additions & 2 deletions upgrades/v32_v33/live_upgrade.erl
Expand Up @@ -24,7 +24,7 @@ UpgradeNode = fun () ->

%% logplex_shard_info stuff
l(logplex_channel),
l(loglex_worker),
l(logplex_worker),

Pid = whereis(logplex_shard),

Expand All @@ -41,4 +41,4 @@ UpgradeNode = fun () ->

io:format(whereis(user), "at=upgrade_end~n", []),
gen_server:call(Pid, consistency_check)
end.
end.

0 comments on commit 0342acc

Please sign in to comment.