diff options
| author | Tim Watson <tim.watson@gmail.com> | 2012-06-18 12:21:22 +0100 |
|---|---|---|
| committer | Tim Watson <tim.watson@gmail.com> | 2012-06-18 12:21:22 +0100 |
| commit | f56bcf6afbb8363e5b3f8709e852c663804b77b0 (patch) | |
| tree | d3be6be365151e448988d45e5f2582a861da15f7 | |
| parent | f912360897f1abfc76b17f6dcf52dfb7fca2beba (diff) | |
| download | rabbitmq-server-git-f56bcf6afbb8363e5b3f8709e852c663804b77b0.tar.gz | |
revert the log level for error for heartbeat timeouts
| -rw-r--r-- | src/rabbit_reader.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_reader.erl b/src/rabbit_reader.erl index 32b66a7217..bd5cf58845 100644 --- a/src/rabbit_reader.erl +++ b/src/rabbit_reader.erl @@ -229,7 +229,6 @@ start_connection(Parent, ChannelSupSupPid, Collector, StartHeartbeatFun, Deb, log(info, "closing AMQP connection ~p (~s)~n", [self(), ConnStr]) catch Ex -> log(case Ex of - {heartbeat_timeout, _} -> warning; connection_closed_abruptly -> warning; _ -> error end, "closing AMQP connection ~p (~s):~n~p~n", |
