mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
SyncEngine: Show a debug msg only when relevant
This commit is contained in:
parent
36e14cfc69
commit
b622981b23
1 changed files with 1 additions and 1 deletions
|
@ -656,8 +656,8 @@ void SyncEngine::startSync()
|
|||
}
|
||||
|
||||
void SyncEngine::slotRootEtagReceived(QString e) {
|
||||
qDebug() << Q_FUNC_INFO << e;
|
||||
if (_remoteRootEtag.isEmpty()) {
|
||||
qDebug() << Q_FUNC_INFO << e;
|
||||
_remoteRootEtag = e;
|
||||
emit rootEtag(_remoteRootEtag);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue