You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Henri Gomez <hg...@apache.org> on 2004/03/01 12:23:57 UTC

jk2 / apr_socket

Seems there is something wrong here, 3 params awaited but only
2 params provided:

             if (remote_sa->next) {
                 env->l->jkLog(env, env->l, JK_LOG_DEBUG,
                               "channelApr.open(): error %d creating 
socket %d %s\n",
                               ret, socketInfo->host);
             }
             else {
                 env->l->jkLog(env, env->l, JK_LOG_ERROR,
                               "channelApr.open(): error %d creating 
socket %d %s\n",
                               ret, socketInfo->host);
             }



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org