forked from KolibriOS/kolibrios
Fix some debug message priorities.
git-svn-id: svn://kolibrios.org@7006 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
073a91d371
commit
a70c9b8117
@ -145,7 +145,7 @@ proc HTTP_disconnect identifier ;///////////////////////////////////////////////
|
||||
ret
|
||||
|
||||
.error:
|
||||
DEBUGF 1, "Cant close already closed connection!\n"
|
||||
DEBUGF 1, "Cannot close already closed connection!\n"
|
||||
popa
|
||||
ret
|
||||
|
||||
@ -603,7 +603,7 @@ endl
|
||||
ret
|
||||
|
||||
.error:
|
||||
DEBUGF 1, "HTTP POST error!\n"
|
||||
DEBUGF 2, "HTTP POST error!\n"
|
||||
popa
|
||||
xor eax, eax ; return 0 = error
|
||||
ret
|
||||
@ -1264,7 +1264,7 @@ proc HTTP_find_header_field identifier, headername ;////////////////////////////
|
||||
ret
|
||||
|
||||
.fail:
|
||||
DEBUGF 2, "Header field not found\n"
|
||||
DEBUGF 1, "Header field not found\n"
|
||||
pop edi esi edx ecx ebx
|
||||
xor eax, eax
|
||||
ret
|
||||
|
Loading…
Reference in New Issue
Block a user