]> granicus.if.org Git - apache/commitdiff
Add no's
authorJim Jagielski <jim@apache.org>
Tue, 8 Oct 2013 17:21:27 +0000 (17:21 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 8 Oct 2013 17:21:27 +0000 (17:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1530361 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/proxy/mod_proxy_wstunnel.c

index 0f15786740aff7f85834525b4c1465ee56b0df91..3d7115d35ff5e989184f24bacf9e41319cb9c822 100644 (file)
@@ -1 +1 @@
-2542
+2545
index 66151c17b00d76404aa467eb9b0cecc447e2ebe8..97967fc67008cf18821f55ce2d2445dcf43dbf7b 100644 (file)
@@ -55,7 +55,7 @@ static int proxy_wstunnel_pump(ws_baton_t *baton, apr_time_t timeout) {
                 continue;
             }
             else if (APR_STATUS_IS_TIMEUP(rv)) { 
-                ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, "Attempting to go asynch");
+                ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(02542) "Attempting to go asynch");
                 return SUSPENDED;
             }
             else { 
@@ -375,12 +375,12 @@ static int ap_proxy_wstunnel_request(apr_pool_t *p, request_rec *r,
             return SUSPENDED;
         }
         else if (status == APR_ENOTIMPL) { 
-            ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, "No asynch support");
+            ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(02544) "No asynch support");
             status = proxy_wstunnel_pump(baton, -1);
         }
         else { 
             ap_log_rerror(APLOG_MARK, APLOG_ERR, status, r,
-                          "error creating websockets tunnel");
+                          APLOGNO(02543) "error creating websockets tunnel");
             return HTTP_INTERNAL_SERVER_ERROR;
         }
     }