Bläddra i källkod

http_async_client: Fix minor avp doc typo (http_err)

Giacomo Vacca 9 år sedan
förälder
incheckning
250ff7e7e1
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      modules/http_async_client/doc/http_async_client_admin.xml

+ 1 - 1
modules/http_async_client/doc/http_async_client_admin.xml

@@ -340,7 +340,7 @@ route[HTTP_REPLY] {
         xlog("L_INFO", "route[HTTP_REPLY]: status $http_rs\n");
         xlog("L_INFO", "route[HTTP_REPLY]: body   $http_rb\n");
     } else {
-        xlog("L_INFO", "route[HTTP_REPLY]: error  $http_error)\n");
+        xlog("L_INFO", "route[HTTP_REPLY]: error  $http_err)\n");
     }
 }
 ...