X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=lib%2Fjetty%2Forg%2Feclipse%2Fjetty%2Fio%2FFillInterest.java;h=a2343975822fe58103a762d5c084fa2c8cf040cf;hp=b2c3f6855591b769c4f9c7a8239efc67e08afe2d;hb=ba4f228fa9f72d50991a2218cfd83987ef5d385e;hpb=875b5e9651498a0cd8e0001c0742ba843e47cad0 diff --git a/lib/jetty/org/eclipse/jetty/io/FillInterest.java b/lib/jetty/org/eclipse/jetty/io/FillInterest.java index b2c3f685..a2343975 100644 --- a/lib/jetty/org/eclipse/jetty/io/FillInterest.java +++ b/lib/jetty/org/eclipse/jetty/io/FillInterest.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 @@ -58,7 +58,7 @@ public abstract class FillInterest if (!_interested.compareAndSet(null,callback)) { - LOG.warn("Read pending for "+_interested.get()+" pervented "+callback); + LOG.warn("Read pending for "+_interested.get()+" prevented "+callback); throw new ReadPendingException(); } try