wininet: Trace more parameters to HTTP_GetCustomHeaderIndex.

This commit is contained in:
Juan Lang 2009-12-04 14:37:46 -08:00 committed by Alexandre Julliard
parent 578881f600
commit 3cd54553f3
1 changed files with 1 additions and 1 deletions

View File

@ -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++)
{