mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-27 00:39:41 +03:00
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
|
ret
|
||||||
|
|
||||||
.error:
|
.error:
|
||||||
DEBUGF 1, "Cant close already closed connection!\n"
|
DEBUGF 1, "Cannot close already closed connection!\n"
|
||||||
popa
|
popa
|
||||||
ret
|
ret
|
||||||
|
|
||||||
@ -603,7 +603,7 @@ endl
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
.error:
|
.error:
|
||||||
DEBUGF 1, "HTTP POST error!\n"
|
DEBUGF 2, "HTTP POST error!\n"
|
||||||
popa
|
popa
|
||||||
xor eax, eax ; return 0 = error
|
xor eax, eax ; return 0 = error
|
||||||
ret
|
ret
|
||||||
@ -1264,7 +1264,7 @@ proc HTTP_find_header_field identifier, headername ;////////////////////////////
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
.fail:
|
.fail:
|
||||||
DEBUGF 2, "Header field not found\n"
|
DEBUGF 1, "Header field not found\n"
|
||||||
pop edi esi edx ecx ebx
|
pop edi esi edx ecx ebx
|
||||||
xor eax, eax
|
xor eax, eax
|
||||||
ret
|
ret
|
||||||
|
Loading…
Reference in New Issue
Block a user