mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Better error message for propagate fail.
This commit is contained in:
parent
2a53abbc20
commit
9e66de07f9
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ void CSyncThread::startSync()
|
|||
goto cleanup;
|
||||
}
|
||||
if( csync_propagate(csync) < 0 ) {
|
||||
emit csyncError(tr("CSync propagate failed."));
|
||||
emit csyncError(tr("File exchange with ownCloud failed. Sync was stopped."));
|
||||
goto cleanup;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue