[Pkg-owncloud-commits] [owncloud-client] 21/78: Upload: Remove bandwidth quota debug message #4837

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Jun 24 16:29:38 UTC 2016


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 a038c99232313e1f2d3bc5dba2894d92c68f3210
Author: Markus Goetz <markus at woboq.com>
Date:   Wed May 18 16:17:52 2016 +0200

    Upload: Remove bandwidth quota debug message #4837
---
 src/libsync/propagateupload.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libsync/propagateupload.cpp b/src/libsync/propagateupload.cpp
index 4062def..bd2f29b 100644
--- a/src/libsync/propagateupload.cpp
+++ b/src/libsync/propagateupload.cpp
@@ -398,7 +398,7 @@ qint64 UploadDevice::readData(char* data, qint64 maxlen) {
     if (isBandwidthLimited()) {
         maxlen = qMin(maxlen, _bandwidthQuota);
         if (maxlen <= 0) {  // no quota
-            qDebug() << "no quota";
+            //qDebug() << "no quota";
             return 0;
         }
         _bandwidthQuota -= maxlen;

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