CVS update: JGroups/src/org/jgroups/protocols FlowControl.java

"Bela Ban" <[email protected]>
Newsgroups gmane.comp.java.javagroups.cvs
Message-ID <[email protected]>
  User: belaban 
  Date: 10/09/10 10:53:42

  Modified:    src/org/jgroups/protocols FlowControl.java
  Log:
  ns
  
  Revision  Changes    Path
  1.6       +2 -2      JGroups/src/org/jgroups/protocols/FlowControl.java
  
  Index: FlowControl.java
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroups/src/org/jgroups/protocols/FlowControl.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- FlowControl.java	9 Sep 2010 11:34:47 -0000	1.5
  +++ FlowControl.java	10 Sep 2010 10:53:42 -0000	1.6
  @@ -30,7 +30,7 @@
    * <li>Receivers don't send the full credits (max_credits), but rather the actual number of bytes received
    * <ol/>
    * @author Bela Ban
  - * @version $Id: FlowControl.java,v 1.5 2010/09/09 11:34:47 belaban Exp $
  + * @version $Id: FlowControl.java,v 1.6 2010/09/10 10:53:42 belaban Exp $
    */
   @MBean(description="Simple flow control protocol based on a credit system")
   public abstract class FlowControl extends Protocol {
  @@ -521,7 +521,7 @@
        */
       protected void sendCreditRequest(final Address dest, Long credits_needed) {
           if(log.isTraceEnabled())
  -            log.trace("sending credit request to " + dest);
  +            log.trace("sending request for " + credits_needed + " credits to " + dest);
           Message msg=new Message(dest, null, credits_needed);
           msg.putHeader(this.id, CREDIT_REQUEST_HDR);
           down_prot.down(new Event(Event.MSG, msg));
  
  
  

------------------------------------------------------------------------------
Automate Storage Tiering Simply
Optimize IT performance and efficiency through flexible, powerful, 
automated storage tiering capabilities. View this brief to learn how
you can reduce costs and improve performance. 
http://p.sf.net/sfu/dell-sfdev2dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.