slight fixes

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@317 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2007-07-18 21:42:05 +00:00
parent 2c2fab155c
commit 5ff9dee82f
+1 -1
View File
@@ -223,7 +223,7 @@ class handlerFTP:
#return "226"
try:
rc = self.ftpconn.voidresp()
except Timeout:
except:
mirrorLog.log(ETP_LOGPRI_INFO,ETP_LOGLEVEL_NORMAL,"handlerFTP.advancedStorBinary: timeout receiving voidresp(), reconnecting...")
self.reconnectHost()
return "226"