forked from KolibriOS/kolibrios
Add some debug info
git-svn-id: svn://kolibrios.org@4211 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
341f9ed5fd
commit
869ad0e00a
@ -105,10 +105,14 @@ lib_init: ;//////////////////////////////////////////////////////////////////;;
|
|||||||
invoke ini.get_str, inifile, sec_proxy, key_user, proxyUser, 256, proxyUser
|
invoke ini.get_str, inifile, sec_proxy, key_user, proxyUser, 256, proxyUser
|
||||||
invoke ini.get_str, inifile, sec_proxy, key_password, proxyPassword, 256, proxyPassword
|
invoke ini.get_str, inifile, sec_proxy, key_password, proxyPassword, 256, proxyPassword
|
||||||
|
|
||||||
|
DEBUGF 1, "HTTP library: init OK"
|
||||||
|
|
||||||
xor eax, eax
|
xor eax, eax
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.error:
|
.error:
|
||||||
|
DEBUGF 1, "ERROR loading libraries"
|
||||||
|
|
||||||
xor eax, eax
|
xor eax, eax
|
||||||
inc eax
|
inc eax
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user