Browse Source

- Added some more debug

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
798ee52de1
  1. 1
      src/engineSelectDlg.cpp

1
src/engineSelectDlg.cpp

@ -393,6 +393,7 @@ void engineSelectDlg::processDownloadedFile(QString url, QString filePath) { @@ -393,6 +393,7 @@ void engineSelectDlg::processDownloadedFile(QString url, QString filePath) {
}
if(url == "http://www.dchris.eu/search_engine/versions.txt") {
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");
return;
}

Loading…
Cancel
Save