From 52dbc10315a81a910bbbed55f44d13d24062713a Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Wed, 13 Jun 2012 17:28:26 +0200 Subject: [PATCH] ownCloud: commented extensive log line. --- modules/csync_owncloud.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/csync_owncloud.c b/modules/csync_owncloud.c index e3124cc943..291cdcaf5b 100644 --- a/modules/csync_owncloud.c +++ b/modules/csync_owncloud.c @@ -1134,7 +1134,7 @@ static ssize_t owncloud_read(csync_vio_method_handle_t *fhandle, void *buf, size writeCtx = (struct transfer_context*) fhandle; - DEBUG_WEBDAV( "read called on %s (fd=%d)!", writeCtx->tmpFileName, writeCtx->fd ); + /* DEBUG_WEBDAV( "read called on %s (fd=%d)!", writeCtx->tmpFileName, writeCtx->fd ); */ if( ! fhandle ) { errno = EBADF; return -1;