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:
parent
b1f562d7c0
commit
798ee52de1
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user