[Pkg-owncloud-commits] [owncloud-client] 395/484: PropagateLocalRemove: Add debug
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Dec 16 00:38:11 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 33dcb0c8d94725ab7ed53064d10b10be9e6bf190
Author: Markus Goetz <markus at woboq.com>
Date: Mon Nov 23 19:33:49 2015 +0100
PropagateLocalRemove: Add debug
Was not in log so far
---
src/libsync/propagatorjobs.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/libsync/propagatorjobs.cpp b/src/libsync/propagatorjobs.cpp
index 5b70b09..404f623 100644
--- a/src/libsync/propagatorjobs.cpp
+++ b/src/libsync/propagatorjobs.cpp
@@ -109,6 +109,9 @@ void PropagateLocalRemove::start()
return;
QString filename = _propagator->_localDir + _item->_file;
+
+ qDebug() << filename;
+
if( _propagator->localFileNameClash(_item->_file)) {
done(SyncFileItem::NormalError, tr("Could not remove %1 because of a local file name clash")
.arg(QDir::toNativeSeparators(filename)));
--
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