[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-cvs
Subject:    svn commit: r1562472 - in /httpd/httpd/trunk: docs/log-message-tags/next-number modules/slotmem/mod_
From:       jim () apache ! org
Date:       2014-01-29 15:10:08
Message-ID: 20140129151009.0095123888E2 () eris ! apache ! org
[Download RAW message or body]

Author: jim
Date: Wed Jan 29 15:10:08 2014
New Revision: 1562472

URL: http://svn.apache.org/r1562472
Log:
More debugging

Modified:
    httpd/httpd/trunk/docs/log-message-tags/next-number
    httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c

Modified: httpd/httpd/trunk/docs/log-message-tags/next-number
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/log-message-tags/next-number?rev=1562472&r1=1562471&r2=1562472&view=diff
 ==============================================================================
--- httpd/httpd/trunk/docs/log-message-tags/next-number (original)
+++ httpd/httpd/trunk/docs/log-message-tags/next-number Wed Jan 29 15:10:08 2014
@@ -1 +1 @@
-2601
+2603

Modified: httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c?rev=1562472&r1=1562471&r2=1562472&view=diff
 ==============================================================================
--- httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c (original)
+++ httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c Wed Jan 29 15:10:08 2014
@@ -316,12 +316,17 @@ static apr_status_t slotmem_create(ap_sl
     }
     fname = slotmem_filename(pool, name, 0);
     if (fname) {
+        ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, ap_server_conf, APLOGNO(02602)
+                     "create looking for %s", fname);
+
         /* first try to attach to existing slotmem */
         if (next) {
             for (;;) {
                 if (strcmp(next->name, fname) == 0) {
                     /* we already have it */
                     *new = next;
+                    ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, ap_server_conf, \
APLOGNO(02603) +                                 "create found %s", fname);
                     return APR_SUCCESS;
                 }
                 if (!next->next) {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic