costin      01/08/25 11:11:37

  Modified:    src/native/mod_jk/common jk_jni_worker.c
  Log:
  Typo in message
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-tomcat/src/native/mod_jk/common/jk_jni_worker.c
  
  Index: jk_jni_worker.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/native/mod_jk/common/jk_jni_worker.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jk_jni_worker.c   2001/08/15 02:27:31     1.3
  +++ jk_jni_worker.c   2001/08/25 18:11:37     1.4
  @@ -57,7 +57,7 @@
    * Description: In process JNI worker                                      *
    * Author:      Gal Shachor <[EMAIL PROTECTED]>                           *
    * Based on:                                                               *
  - * Version:     $Revision: 1.3 $                                           *
  + * Version:     $Revision: 1.4 $                                           *
    ***************************************************************************/
   
   #if !defined(WIN32) && !defined(NETWARE)
  @@ -733,7 +733,7 @@
   
       if(!handle) {
           jk_log(l, JK_LOG_EMERG, 
  -               "Can't log native library %s : %s\n", p->jvm_dll_path,
  +               "Can't load native library %s : %s\n", p->jvm_dll_path,
                  dlerror());
       } else {
           jni_create_java_vm = dlsym(handle, "JNI_CreateJavaVM");
  
  
  

Reply via email to