billbarker    2004/05/04 22:43:22

  Modified:    jk/native/common jk_worker.c
  Log:
  Grammatical fix for logging message.
  
  Fix for Bug #28761
  
  Submitted By: Hans Schmid [EMAIL PROTECTED]
  
  Revision  Changes    Path
  1.15      +3 -3      jakarta-tomcat-connectors/jk/native/common/jk_worker.c
  
  Index: jk_worker.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_worker.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- jk_worker.c       24 Feb 2004 08:45:47 -0000      1.14
  +++ jk_worker.c       5 May 2004 05:43:22 -0000       1.15
  @@ -91,8 +91,8 @@
   
       rc = map_get(worker_map, name, NULL);
   
  -    jk_log(l, JK_LOG_DEBUG, "wc_get_worker_for_name, done %s found a worker\n", 
  -        rc ? "" : "did not"); 
  +    jk_log(l, JK_LOG_DEBUG, "wc_get_worker_for_name, done %s a worker\n", 
  +        rc ? "found" : "did not find"); 
       return rc;
   }
   
  
  
  

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

Reply via email to