From e9cfa4e6104f5a997cb462a92198d24b038bc9b0 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 27 Jun 2008 16:12:26 +0200 Subject: [PATCH] Remove accidently commited debug message. --- src/csync_propagate.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/csync_propagate.c b/src/csync_propagate.c index c3c3672301..f62305399a 100644 --- a/src/csync_propagate.c +++ b/src/csync_propagate.c @@ -181,9 +181,6 @@ static int _csync_push_file(CSYNC *ctx, csync_file_stat_t *st) { ctx->replica = drep; bwritten = csync_vio_write(ctx, dfp, buf, bread); - CSYNC_LOG(CSYNC_LOG_PRIORITY_DEBUG, - "file: %s, command: write, bread = %d, bwritten = %d - %s", - turi, bread, bwritten, strerror(errno)); if (bwritten < 0 || bread != bwritten) { CSYNC_LOG(CSYNC_LOG_PRIORITY_ERROR,