[Pkg-owncloud-commits] [owncloud-client] 291/333: Propagator: Add debug message regarding legacy vs QNAM
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:17:05 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 565bb540d62a6256fa542f79736ad6675092d0c6
Author: Markus Goetz <markus at woboq.com>
Date: Thu Apr 3 16:37:40 2014 +0200
Propagator: Add debug message regarding legacy vs QNAM
---
src/mirall/owncloudpropagator.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/mirall/owncloudpropagator.cpp b/src/mirall/owncloudpropagator.cpp
index 07ac9c8..655361b 100644
--- a/src/mirall/owncloudpropagator.cpp
+++ b/src/mirall/owncloudpropagator.cpp
@@ -232,6 +232,8 @@ void OwncloudPropagator::start(const SyncFileItemVector& _syncedItems)
connect(_rootJob.data(), SIGNAL(progress(SyncFileItem,quint64)), this, SIGNAL(progress(SyncFileItem,quint64)));
connect(_rootJob.data(), SIGNAL(finished(SyncFileItem::Status)), this, SIGNAL(finished()));
+ qDebug() << (useLegacyJobs() ? "Using legacy libneon/HTTP sequential code path" : "Using QNAM/HTTP parallel code path");
+
QMetaObject::invokeMethod(_rootJob.data(), "start", Qt::QueuedConnection);
}
--
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