[Pkg-owncloud-commits] [owncloud-client] 310/333: Do not log useless stuff.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:17:08 UTC 2014
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 9cdcc925c12e81773e9b6756df5db396eb72d0f9
Author: Klaas Freitag <freitag at owncloud.com>
Date: Mon Apr 7 15:10:44 2014 +0200
Do not log useless stuff.
---
src/mirall/syncengine.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/mirall/syncengine.cpp b/src/mirall/syncengine.cpp
index ca5add2..bf892ef 100644
--- a/src/mirall/syncengine.cpp
+++ b/src/mirall/syncengine.cpp
@@ -605,7 +605,9 @@ void SyncEngine::setNetworkLimits()
}
_propagator->_uploadLimit = uploadLimit;
- qDebug() << " N------N Network Limits changed!";
+ if( _propagator->_downloadLimit + _propagator->_uploadLimit > 0 ) {
+ qDebug() << " N------N Network Limits (down/up) " << _propagator->_downloadLimit << _propagator->_uploadLimit;
+ }
}
void SyncEngine::slotJobCompleted(const SyncFileItem &item)
--
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