[Pkg-owncloud-commits] [owncloud-client] 202/498: PropfindJob: fix a debug output message

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 61a1a0bb2daa5bdc45b3a40e4bb5c8a1b906defd
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Fri Jun 26 11:14:16 2015 +0200

    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 20e15de..29da0a7 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();
     }

-- 
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