ownCloud: commented extensive log line.

This commit is contained in:
Klaas Freitag 2012-06-13 17:28:26 +02:00
parent 40eda1c004
commit 88dce3022d

View file

@ -1133,7 +1133,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;