[Pkg-owncloud-commits] [owncloud-client] 248/333: CSync: Debug message if no exclude file defined

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:17:00 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 67f4d0c85b0b2e5c8312346fac29b5fd87a2a0a2
Author: Markus Goetz <markus at woboq.com>
Date:   Thu Mar 27 17:11:19 2014 +0100

    CSync: Debug message if no exclude file defined
---
 csync/src/csync.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/csync/src/csync.c b/csync/src/csync.c
index 6d8d294..ac109ca 100644
--- a/csync/src/csync.c
+++ b/csync/src/csync.c
@@ -257,6 +257,10 @@ int csync_update(CSYNC *ctx) {
 
   csync_memstat_check();
 
+  if (!ctx->excludes) {
+      CSYNC_LOG(CSYNC_LOG_PRIORITY_DEBUG, "No exclude file loaded or defined!");
+  }
+
   /* update detection for local replica */
   oc_notify_progress(NULL, CSYNC_NOTIFY_START_LOCAL_UPDATE, 0, 0);
   csync_gettime(&start);

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