mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Do not log useless stuff.
This commit is contained in:
parent
fc2923aa9b
commit
9cdcc925c1
1 changed files with 3 additions and 1 deletions
|
@ -605,7 +605,9 @@ void SyncEngine::setNetworkLimits()
|
|||
}
|
||||
_propagator->_uploadLimit = uploadLimit;
|
||||
|
||||
qDebug() << " N------N Network Limits changed!";
|
||||
if( _propagator->_downloadLimit + _propagator->_uploadLimit > 0 ) {
|
||||
qDebug() << " N------N Network Limits (down/up) " << _propagator->_downloadLimit << _propagator->_uploadLimit;
|
||||
}
|
||||
}
|
||||
|
||||
void SyncEngine::slotJobCompleted(const SyncFileItem &item)
|
||||
|
|
Loading…
Reference in a new issue