[Pkg-owncloud-commits] [owncloud-client] 45/103: More specific log output.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Apr 30 18:08:58 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 521373f0752a11ec9970a04f66b2217bcc0b71a2
Author: Klaas Freitag <freitag at owncloud.com>
Date: Tue Apr 22 09:32:58 2014 +0200
More specific log output.
---
csync/src/csync_update.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/csync/src/csync_update.c b/csync/src/csync_update.c
index 75b7a4a..0387f19 100644
--- a/csync/src/csync_update.c
+++ b/csync/src/csync_update.c
@@ -269,7 +269,7 @@ static int _csync_detect_update(CSYNC *ctx, const char *file,
if (tmp && tmp->inode == fs->inode && tmp_vio_type == fs->type
&& (tmp->modtime == fs->mtime || fs->type == CSYNC_VIO_FILE_TYPE_DIRECTORY)) {
- CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE, "inodes: %" PRId64 " <-> %" PRId64, (uint64_t) tmp->inode, (uint64_t) fs->inode);
+ CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE, "pot rename detected based on inode # %" PRId64 "", (uint64_t) fs->inode);
/* inode found so the file has been renamed */
st->instruction = CSYNC_INSTRUCTION_EVAL_RENAME;
if (fs->type == CSYNC_VIO_FILE_TYPE_DIRECTORY) {
--
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