Revision: 14808
Author: adrian.chadd
Date: Mon Oct 18 20:28:14 2010
Log: Fix debugging output to be correct.


http://code.google.com/p/lusca-cache/source/detail?r=14808

Modified:
 /branches/LUSCA_HEAD/libhttp/HttpHeaderParse.c

=======================================
--- /branches/LUSCA_HEAD/libhttp/HttpHeaderParse.c      Fri Jul  9 08:06:57 2010
+++ /branches/LUSCA_HEAD/libhttp/HttpHeaderParse.c      Mon Oct 18 20:28:14 2010
@@ -327,7 +327,7 @@

     *value = strtol_n(start, len, &end, 10);
     if (start == end || errno != 0) {
- debug(66, 2) ("httpHeaderParseSize2: failed to parse a size/offset header field near '%s'\n", start); + debug(55, 2) ("httpHeaderParseSize2: failed to parse a size/offset header field near '%s'\n", start);
         *value = -1;
         return 0;
     }

--
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.

Reply via email to