1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-03 02:14:16 +00:00

- Added some more debug

This commit is contained in:
Christophe Dumez 2007-08-31 14:08:47 +00:00
parent b1f562d7c0
commit 798ee52de1

View File

@ -393,6 +393,7 @@ void engineSelectDlg::processDownloadedFile(QString url, QString filePath) {
} }
if(url == "http://www.dchris.eu/search_engine/versions.txt") { if(url == "http://www.dchris.eu/search_engine/versions.txt") {
if(!parseVersionsFile(filePath, "http://www.dchris.eu/search_engine/")) { if(!parseVersionsFile(filePath, "http://www.dchris.eu/search_engine/")) {
qDebug("Primary update server failed, try secondary");
downloader->downloadUrl("http://hydr0g3n.free.fr/search_engine/versions.txt"); downloader->downloadUrl("http://hydr0g3n.free.fr/search_engine/versions.txt");
return; return;
} }