Mercurial Hosting > luan
comparison src/org/eclipse/jetty/util/component/AbstractLifeCycle.java @ 1004:3fa54d9d19cd
better handling of BindException
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 22 Oct 2016 23:00:57 -0600 |
parents | 5dfb10ec0ca5 |
children |
comparison
equal
deleted
inserted
replaced
1003:21910079096e | 1004:3fa54d9d19cd |
---|---|
179 } | 179 } |
180 | 180 |
181 private void setFailed(Throwable th) | 181 private void setFailed(Throwable th) |
182 { | 182 { |
183 _state = __FAILED; | 183 _state = __FAILED; |
184 LOG.warn(FAILED+" " + this+": "+th,th); | 184 LOG.warn(FAILED+" " + this+": "+th); |
185 } | 185 } |
186 | 186 |
187 } | 187 } |