Folder: Make debug message clearer

The thread was actually already started in the discovery phase.
This commit is contained in:
Markus Goetz 2015-01-29 20:47:45 +01:00
parent ea72d7bb11
commit df214cd6c1

View file

@ -858,7 +858,7 @@ void Folder::slotSyncError(const QString& err)
void Folder::slotSyncStarted()
{
qDebug() << " * csync thread started";
qDebug() << "#### Propagation start #################################################### >>";
_syncResult.setStatus(SyncResult::SyncRunning);
emit syncStateChange();
}