Better error message for propagate fail.

This commit is contained in:
Klaas Freitag 2012-11-16 12:31:36 +01:00
parent 2a53abbc20
commit 9e66de07f9

View file

@ -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;
}
}