print error when HttpRequest fails

old-commit-hash: a8e231f8b1
This commit is contained in:
iejMac
2021-04-26 10:16:57 -07:00
parent ea01368644
commit 0b4949057c
+1
View File
@@ -129,6 +129,7 @@ void HttpRequest::requestFinished(){
if (!cache_key.isEmpty()) {
Params().remove(cache_key.toStdString());
}
qDebug() << reply->errorString();
emit failedResponse(reply->errorString());
}
} else {