[Pkg-owncloud-commits] [owncloud-client] 83/175: TransmissionChecksumValidator: Reduce verbosity.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Aug 8 10:36:29 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 38709151182e98074be1071beb08fd47c23f525c
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Thu May 21 14:31:39 2015 +0200

    TransmissionChecksumValidator: Reduce verbosity.
---
 src/libsync/transmissionchecksumvalidator.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libsync/transmissionchecksumvalidator.cpp b/src/libsync/transmissionchecksumvalidator.cpp
index 1cbd322..32a5dc8 100644
--- a/src/libsync/transmissionchecksumvalidator.cpp
+++ b/src/libsync/transmissionchecksumvalidator.cpp
@@ -145,7 +145,7 @@ void TransmissionChecksumValidator::slotDownloadChecksumCalculated()
     if( hash != _expectedHash ) {
         emit validationFailed(tr("The downloaded file does not match the checksum, it will be resumed."));
     } else {
-        qDebug() << "Checksum checked and matching: " << _expectedHash;
+        // qDebug() << "Checksum checked and matching: " << _expectedHash;
         emit validated();
     }
 }

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