Improve debug message.

This commit is contained in:
Andreas Schneider 2008-06-24 13:34:27 +02:00
parent c4f87bf519
commit aee15d55ee

View File

@ -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;
}