Commit 1233726e authored by DonLakeFlyer's avatar DonLakeFlyer

Better logging

parent 159bf923
......@@ -104,7 +104,7 @@ void TerrainAirMapQuery::_requestFinished(void)
QNetworkReply* reply = qobject_cast<QNetworkReply*>(QObject::sender());
if (reply->error() != QNetworkReply::NoError) {
qCDebug(TerrainQueryLog) << "_requestFinished error:" << reply->error();
qCDebug(TerrainQueryLog) << "_requestFinished error:data" << reply->error() << reply->readAll();
reply->deleteLater();
_requestFailed();
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment