PropfindJob: fix a debug output message

Prpfind job can be used for more than getting the quota
This commit is contained in:
Olivier Goffart 2015-06-26 11:14:16 +02:00
parent 77941b5ba7
commit 61a1a0bb2d

View file

@ -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();
}