mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
Remove accidently commited debug message.
This commit is contained in:
parent
f52114e043
commit
e9cfa4e610
1 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue