mturk       2005/04/13 04:12:38

  Modified:    jk/native/common jk_connect.c
  Log:
  Fix typo -- missing printf format.
  
  Revision  Changes    Path
  1.52      +2 -2      jakarta-tomcat-connectors/jk/native/common/jk_connect.c
  
  Index: jk_connect.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_connect.c,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- jk_connect.c      11 Apr 2005 06:37:19 -0000      1.51
  +++ jk_connect.c      13 Apr 2005 11:12:38 -0000      1.52
  @@ -356,7 +356,7 @@
           }
           if (JK_IS_DEBUG_LEVEL(l))
               jk_log(l, JK_LOG_DEBUG,
  -                   "socket SO_SNDBUF and  SO_RCVBUF set to d",
  +                   "socket SO_SNDBUF and  SO_RCVBUF set to %d",
                      sock_buf);
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to