From 61a1a0bb2daa5bdc45b3a40e4bb5c8a1b906defd Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Fri, 26 Jun 2015 11:14:16 +0200 Subject: [PATCH] PropfindJob: fix a debug output message Prpfind job can be used for more than getting the quota --- src/libsync/networkjobs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsync/networkjobs.cpp b/src/libsync/networkjobs.cpp index 20e15dec2..29da0a718 100644 --- a/src/libsync/networkjobs.cpp +++ b/src/libsync/networkjobs.cpp @@ -520,7 +520,7 @@ bool PropfindJob::finished() } emit result(items); } else { - qDebug() << "Quota request *not* successful, http result code is" << http_result_code + qDebug() << "PROPFIND request *not* successful, http result code is" << http_result_code << (http_result_code == 302 ? reply()->header(QNetworkRequest::LocationHeader).toString() : QLatin1String("")); emit finishedWithError(); }