From aee15d55ee59f3c3dade65589210aa79c8b93f37 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 24 Jun 2008 13:34:27 +0200 Subject: [PATCH] Improve debug message. --- src/csync_propagate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/csync_propagate.c b/src/csync_propagate.c index 08f1e5f499..7b175f50cc 100644 --- a/src/csync_propagate.c +++ b/src/csync_propagate.c @@ -214,7 +214,7 @@ static int _csync_push_file(CSYNC *ctx, csync_file_stat_t *st) { } if (st->size != tstat->size) { - CSYNC_LOG(CSYNC_LOG_PRIORITY_ERROR, "file: %s, error: incorrect filesize", turi); + CSYNC_LOG(CSYNC_LOG_PRIORITY_ERROR, "file: %s, error: incorrect filesize (%d should be %d)", turi, tstat->size, st->size); rc = 1; goto out; }