diff --git a/selfdrive/ui/qt/api.cc b/selfdrive/ui/qt/api.cc index eb4603b5d7..b9a5368b2a 100644 --- a/selfdrive/ui/qt/api.cc +++ b/selfdrive/ui/qt/api.cc @@ -129,6 +129,7 @@ void HttpRequest::requestFinished(){ if (!cache_key.isEmpty()) { Params().remove(cache_key.toStdString()); } + qDebug() << reply->errorString(); emit failedResponse(reply->errorString()); } } else {