ATLauncher: Use ATLauncher rather than FTB in error messages
This commit is contained in:
		@@ -99,7 +99,7 @@ void PackInstallTask::onDownloadSucceeded()
 | 
				
			|||||||
    QJsonParseError parse_error {};
 | 
					    QJsonParseError parse_error {};
 | 
				
			||||||
    QJsonDocument doc = QJsonDocument::fromJson(response, &parse_error);
 | 
					    QJsonDocument doc = QJsonDocument::fromJson(response, &parse_error);
 | 
				
			||||||
    if(parse_error.error != QJsonParseError::NoError) {
 | 
					    if(parse_error.error != QJsonParseError::NoError) {
 | 
				
			||||||
        qWarning() << "Error while parsing JSON response from FTB at " << parse_error.offset << " reason: " << parse_error.errorString();
 | 
					        qWarning() << "Error while parsing JSON response from ATLauncher at " << parse_error.offset << " reason: " << parse_error.errorString();
 | 
				
			||||||
        qWarning() << response;
 | 
					        qWarning() << response;
 | 
				
			||||||
        return;
 | 
					        return;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user