mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
PropagateLocalRemove: Add debug
Was not in log so far
This commit is contained in:
parent
709da37be2
commit
33dcb0c8d9
1 changed files with 3 additions and 0 deletions
|
@ -109,6 +109,9 @@ void PropagateLocalRemove::start()
|
|||
return;
|
||||
|
||||
QString filename = _propagator->_localDir + _item->_file;
|
||||
|
||||
qDebug() << filename;
|
||||
|
||||
if( _propagator->localFileNameClash(_item->_file)) {
|
||||
done(SyncFileItem::NormalError, tr("Could not remove %1 because of a local file name clash")
|
||||
.arg(QDir::toNativeSeparators(filename)));
|
||||
|
|
Loading…
Reference in a new issue