From ad59e49be04de7e2e6adda62eb39613c40c3a1be Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 13 Apr 2012 14:06:47 +0200 Subject: Add http body on errors. --- client/praxisd.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/praxisd.cc b/client/praxisd.cc index 161b471..2fbaddc 100644 --- a/client/praxisd.cc +++ b/client/praxisd.cc @@ -221,7 +221,7 @@ void Praxisd::replyFinished(QNetworkReply *reply) break; } } else { - emit networkError(reply->errorString()); + emit networkError(reply->errorString() + " - " + reply->readAll()); } replytypes.erase(replytypes.find(reply)); } -- cgit v1.2.3