From 521373f0752a11ec9970a04f66b2217bcc0b71a2 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Tue, 22 Apr 2014 09:32:58 +0200 Subject: [PATCH] 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 75b7a4a5d..0387f1918 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) {