mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
ownCloud: commented extensive log line.
This commit is contained in:
parent
188584e832
commit
52dbc10315
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user