From fce3fd8d4682af768ff3dccec69cfecd0b19aae1 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 15 May 2008 20:09:07 +0200 Subject: [PATCH] Move debug message to the right position. --- src/csync_update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/csync_update.c b/src/csync_update.c index 5750fb87e1..dd611f3477 100644 --- a/src/csync_update.c +++ b/src/csync_update.c @@ -123,7 +123,6 @@ static int csync_detect_update(CSYNC *ctx, const char *file, const csync_vio_fil } out: - CSYNC_LOG(CSYNC_LOG_PRIORITY_DEBUG, "file: %s, instruction: %s", st->path, csync_instruction_str(st->instruction)); SAFE_FREE(tmp); st->inode = fs->inode; st->mode = fs->mode; @@ -153,6 +152,7 @@ out: default: break; } + CSYNC_LOG(CSYNC_LOG_PRIORITY_DEBUG, "file: %s, instruction: %s", st->path, csync_instruction_str(st->instruction)); return 0; }