mturk       2002/07/08 06:41:30

  Modified:    jk/native2/common jk_channel_socket.c
  Log:
  no message
  
  Revision  Changes    Path
  1.38      +5 -5      jakarta-tomcat-connectors/jk/native2/common/jk_channel_socket.c
  
  Index: jk_channel_socket.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_channel_socket.c,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- jk_channel_socket.c       2 Jul 2002 16:53:15 -0000       1.37
  +++ jk_channel_socket.c       8 Jul 2002 13:41:30 -0000       1.38
  @@ -193,7 +193,7 @@
       }
   
       if( ch->mbean->debug > 0 )
  -        env->l->jkLog(env, env->l, JK_LOG_INFO,
  +        env->l->jkLog(env, env->l, JK_LOG_DEBUG,
                         "channel_socket.init(): %s:%d \n", socketInfo->host, 
socketInfo->port );
       
       return rc;
  @@ -304,7 +304,7 @@
       /* Tries to connect to JServ (continues trying while error is EINTR) */
       do {
           if( ch->mbean->debug > 0 ) 
  -            env->l->jkLog(env, env->l, JK_LOG_INFO,
  +            env->l->jkLog(env, env->l, JK_LOG_DEBUG,
                             "channelSocket.open() connect on %d\n",sock);
           
           ret = connect(sock,(struct sockaddr *)addr,
  @@ -340,7 +340,7 @@
       }   
   
       if( ch->mbean->debug > 0 ) 
  -        env->l->jkLog(env, env->l, JK_LOG_INFO,
  +        env->l->jkLog(env, env->l, JK_LOG_DEBUG,
                         "channelSocket.connect(), sock = %d\n", sock);
   
       endpoint->sd=sock;
  @@ -545,7 +545,7 @@
       }
   
       if( ch->mbean->debug > 0 )
  -        env->l->jkLog(env, env->l, JK_LOG_INFO,
  +        env->l->jkLog(env, env->l, JK_LOG_DEBUG,
                         "channelSocket.receive(): Received len=%d type=%d\n",
                         blen, (int)msg->buf[hlen]);
       return JK_OK;
  @@ -608,7 +608,7 @@
       }
       
       if( ch->mbean->debug > 0 )
  -        env->l->jkLog(env, env->l, JK_LOG_INFO,
  +        env->l->jkLog(env, env->l, JK_LOG_DEBUG,
                         "channelSocket.receive(): Received len=%d type=%d total=%d\n",
                         blen, (int)msg->buf[hlen], inBuf );
       return JK_OK;
  
  
  

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

Reply via email to