Author: adrian.chadd
Date: Sun Feb 1 15:35:34 2009
New Revision: 13769
Modified:
branches/LUSCA_HEAD/libhttp/HttpHeaderPut.c
Log:
Fix debug
d
Modified: branches/LUSCA_HEAD/libhttp/HttpHeaderPut.c
==============================================================================
--- branches/LUSCA_HEAD/libhttp/HttpHeaderPut.c (original)
+++ branches/LUSCA_HEAD/libhttp/HttpHeaderPut.c Sun Feb 1 15:35:34 2009
@@ -195,7 +195,7 @@
httpHeaderPutExt(HttpHeader * hdr, const char *name, const char *value,
int value_len)
{
assert(name && value);
- debug(55, 8) ("%p adds ext entry '%s: %s'\n", hdr, name, value_len,
value);
+ debug(55, 8) ("%p adds ext entry '%s: %.*s'\n", hdr, name, value_len,
value);
httpHeaderAddEntryStr2(hdr, HDR_OTHER, name, -1, value, value_len);
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---