[Pkg-owncloud-commits] [owncloud-client] 143/211: csync_reconcile: remove useless debug output
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:38 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 56316bc9801f8c24c65f5722a850698f3fa4232a
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Tue Oct 21 11:47:14 2014 +0200
csync_reconcile: remove useless debug output
---
csync/src/csync_reconcile.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/csync/src/csync_reconcile.c b/csync/src/csync_reconcile.c
index 6a1cc8d..c68adc3 100644
--- a/csync/src/csync_reconcile.c
+++ b/csync/src/csync_reconcile.c
@@ -138,7 +138,6 @@ static int _csync_merge_algorithm_visitor(void *obj, void *data) {
/* Do not remove a directory that has ignored files */
break;
}
- CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE, "Will Remove %s %d", cur->path, cur->child_modified);
if (cur->child_modified) {
/* re-create directory that has modified contents */
cur->instruction = CSYNC_INSTRUCTION_NEW;
--
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