[Pkg-owncloud-commits] [owncloud-client] 21/33: Propfind Job: Print redirect URL in log
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Feb 27 19:44:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch upstream
in repository owncloud-client.
commit 51b5f3c9b29444ad6eb2a7b9b4c23fa4df0a0a4a
Author: Markus Goetz <markus at woboq.com>
Date: Mon Feb 24 15:20:36 2014 +0100
Propfind Job: Print redirect URL in log
---
src/mirall/networkjobs.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/mirall/networkjobs.cpp b/src/mirall/networkjobs.cpp
index 4aefc79..7544291 100644
--- a/src/mirall/networkjobs.cpp
+++ b/src/mirall/networkjobs.cpp
@@ -458,7 +458,8 @@ void PropfindJob::finished()
}
emit result(items);
} else {
- qDebug() << "Quota request *not* successful, http result code is " << http_result_code;
+ qDebug() << "Quota request *not* successful, http result code is" << http_result_code
+ << (http_result_code == 302 ? reply()->header(QNetworkRequest::LocationHeader).toString() : QLatin1String(""));
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list