X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=lib%2Fjetty%2Forg%2Feclipse%2Fjetty%2Fserver%2FHttpInputOverHTTP.java;h=f91becc60fb16565bf1c90eaeffd4f4b9a7416da;hp=35524500492da55d1160e177495b771a05c15e70;hb=ba4f228fa9f72d50991a2218cfd83987ef5d385e;hpb=875b5e9651498a0cd8e0001c0742ba843e47cad0 diff --git a/lib/jetty/org/eclipse/jetty/server/HttpInputOverHTTP.java b/lib/jetty/org/eclipse/jetty/server/HttpInputOverHTTP.java index 35524500..f91becc6 100644 --- a/lib/jetty/org/eclipse/jetty/server/HttpInputOverHTTP.java +++ b/lib/jetty/org/eclipse/jetty/server/HttpInputOverHTTP.java @@ -1,6 +1,6 @@ // // ======================================================================== -// Copyright (c) 1995-2014 Mort Bay Consulting Pty. Ltd. +// Copyright (c) 1995-2016 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v1.0 @@ -61,7 +61,8 @@ public class HttpInputOverHTTP extends HttpInput implements Callback try (Blocker blocker=_readBlocker.acquire()) { _httpConnection.fillInterested(blocker); - LOG.debug("{} block readable on {}",this,blocker); + if (LOG.isDebugEnabled()) + LOG.debug("{} block readable on {}",this,blocker); blocker.block(); }