Juan Lang : wininet: Trace more parameters to HTTP_GetCustomHeaderIndex.
Module: wine Branch: master Commit: 3cd54553f313b090af21be6315dabd8a862438e7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3cd54553f313b090af21be6315... Author: Juan Lang <juan.lang(a)gmail.com> Date: Fri Dec 4 14:37:46 2009 -0800 wininet: Trace more parameters to HTTP_GetCustomHeaderIndex. --- dlls/wininet/http.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/wininet/http.c b/dlls/wininet/http.c index 6123c5f..1f7dcfd 100644 --- a/dlls/wininet/http.c +++ b/dlls/wininet/http.c @@ -4797,7 +4797,7 @@ static INT HTTP_GetCustomHeaderIndex(http_request_t *lpwhr, LPCWSTR lpszField, { DWORD index; - TRACE("%s\n", debugstr_w(lpszField)); + TRACE("%s, %d, %d\n", debugstr_w(lpszField), requested_index, request_only); for (index = 0; index < lpwhr->nCustHeaders; index++) {
participants (1)
-
Alexandre Julliard