Revision: 14471 Author: adrian.chadd Date: Sun Mar 21 22:26:07 2010 Log: Fix logging
http://code.google.com/p/lusca-cache/source/detail?r=14471 Modified: /branches/LUSCA_HEAD/src/client_side.c ======================================= --- /branches/LUSCA_HEAD/src/client_side.c Sat Mar 20 18:59:26 2010 +++ /branches/LUSCA_HEAD/src/client_side.c Sun Mar 21 22:26:07 2010 @@ -261,7 +261,7 @@ http->al.url = http->log_uri; if (!http->al.url) http->al.url = urlCanonicalClean(request); - debug(33, 9) ("httpRequestFree: al.url='%s'\n", http->al.url); + debug(33, 9) ("httpRequestLog: al.url='%s'\n", http->al.url); http->al.cache.out_ip = request->out_ip; if (http->reply && http->log_type != LOG_TCP_DENIED) { http->al.http.code = http->reply->sline.status; -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
