[Pkg-owncloud-commits] [owncloud-client] 48/69: Logging: Print etags, not just result of comparison.

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Nov 7 19:41:10 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 b87931c0a906a5192ff9b56ff976a9ec4799ebf5
Author: Christian Kamm <kamm at incasoftware.de>
Date:   Wed Nov 5 13:08:53 2014 +0100

    Logging: Print etags, not just result of comparison.
---
 src/mirall/folder.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/folder.cpp b/src/mirall/folder.cpp
index 5c065ec..4ce9fa2 100644
--- a/src/mirall/folder.cpp
+++ b/src/mirall/folder.cpp
@@ -316,7 +316,7 @@ void Folder::slotPollTimerTimeout()
 
 void Folder::etagRetreived(const QString& etag)
 {
-    qDebug() << "* Compare etag  with previous etag: " << (_lastEtag != etag);
+    qDebug() << "* Compare etag with previous etag: last:" << _lastEtag << ", received:" << etag;
 
     // re-enable sync if it was disabled because network was down
     FolderMan::instance()->setSyncEnabled(true);

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