removed Cloudlog from text

This commit is contained in:
int2001
2024-01-17 13:43:52 +00:00
parent 93548f773b
commit 67ed8a0ba9

View File

@@ -178,8 +178,8 @@ class Update extends CI_Controller {
$gz = gzopen($url, 'r');
if ($gz === FALSE) {
$this->update_status("FAILED: Could not download from clublog.org or cloudlog.org");
log_message('error', 'FAILED: Could not download exceptions from clublog.org or cloudlog.org');
$this->update_status("FAILED: Could not download from clublog.org");
log_message('error', 'FAILED: Could not download exceptions from clublog.org');
return;
}