
1 May
2013
1 May
'13
10:40 a.m.
Branch: refs/heads/LOGBACK-848 Home: https://github.com/qos-ch/logback Commit: 42a929e76eefd3af1a1a27b41fb5b6f7e34a1fcc https://github.com/qos-ch/logback/commit/42a929e76eefd3af1a1a27b41fb5b6f7e34... Author: Carl Harris <ceharris@vt.edu> Date: 2013-05-01 (Wed, 01 May 2013) Changed paths: M logback-core/src/main/java/ch/qos/logback/core/net/SocketAppenderBase.java Log Message: ----------- exit SocketConnectorBase.run when executor rejects a task Previously, exited only on interrupt, but if the executor is shutting down, there's no reason for us to wait to be interrupted.