Add some debug info

git-svn-id: svn://kolibrios.org@4211 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2013-11-11 18:55:50 +00:00
parent 341f9ed5fd
commit 869ad0e00a

View File

@ -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_password, proxyPassword, 256, proxyPassword
DEBUGF 1, "HTTP library: init OK"
xor eax, eax
ret
.error:
DEBUGF 1, "ERROR loading libraries"
xor eax, eax
inc eax