Remove accidently commited debug message.

This commit is contained in:
Andreas Schneider 2008-06-27 16:12:26 +02:00
parent f52114e043
commit e9cfa4e610

View file

@ -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,