SyncEngine: Show a debug msg only when relevant

This commit is contained in:
Markus Goetz 2015-03-06 09:28:50 +01:00
parent 36e14cfc69
commit b622981b23

View file

@ -656,8 +656,8 @@ void SyncEngine::startSync()
} }
void SyncEngine::slotRootEtagReceived(QString e) { void SyncEngine::slotRootEtagReceived(QString e) {
qDebug() << Q_FUNC_INFO << e;
if (_remoteRootEtag.isEmpty()) { if (_remoteRootEtag.isEmpty()) {
qDebug() << Q_FUNC_INFO << e;
_remoteRootEtag = e; _remoteRootEtag = e;
emit rootEtag(_remoteRootEtag); emit rootEtag(_remoteRootEtag);
} }