View | Details | Raw Unified | Return to bug 41530
Collapse All | Expand All

(-)java/org/apache/tomcat/util/net/JIoEndpoint.java (-1 / +3 lines)
Lines 319-325 Link Here
319
                        }
319
                        }
320
                    }
320
                    }
321
                } catch (Throwable t) {
321
                } catch (Throwable t) {
322
                    log.error(sm.getString("endpoint.accept.fail"), t);
322
                    if (running) {
323
                        log.error(sm.getString("endpoint.accept.fail"), t);
324
                    }
323
                }
325
                }
324
326
325
                // The processor will recycle itself when it finishes
327
                // The processor will recycle itself when it finishes

Return to bug 41530