[Pkg-owncloud-commits] [owncloud-client] 223/333: CSync: Debug file_id on walk
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:56 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 7bef166d6c661947228ec4d0a5b676d3b2707479
Author: Markus Goetz <markus at woboq.com>
Date: Wed Mar 26 15:32:45 2014 +0100
CSync: Debug file_id on walk
---
csync/src/csync_update.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/csync/src/csync_update.c b/csync/src/csync_update.c
index d7c2549..db0c9ac 100644
--- a/csync/src/csync_update.c
+++ b/csync/src/csync_update.c
@@ -381,11 +381,11 @@ int csync_walker(CSYNC *ctx, const char *file, const csync_vio_file_stat_t *fs,
switch (flag) {
case CSYNC_FTW_FLAG_FILE:
- CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE, "file: %s", file);
+ CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE, "file: %s [file_id=%s]", file, fs->file_id);
type = CSYNC_FTW_TYPE_FILE;
break;
case CSYNC_FTW_FLAG_DIR: /* enter directory */
- CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE, "directory: %s", file);
+ CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE, "directory: %s [file_id=%s]", file, fs->file_id);
type = CSYNC_FTW_TYPE_DIR;
break;
case CSYNC_FTW_FLAG_NSTAT: /* not statable file */
--
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