mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 05:55:59 +03:00
ownCloud: commented extensive log line.
This commit is contained in:
parent
3e4e4eeee8
commit
f33cdb0de9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue