PropagateLocalRemove: Add debug
authorMarkus Goetz <markus@woboq.com>
Mon, 23 Nov 2015 18:33:49 +0000 (19:33 +0100)
committerMarkus Goetz <markus@woboq.com>
Mon, 23 Nov 2015 20:48:25 +0000 (21:48 +0100)
Was not in log so far

src/libsync/propagatorjobs.cpp

index 5b70b097e469638147c6682b2af9869caf14bf46..404f6238b1715efd145cc50fa0e38c747862fa05 100644 (file)
@@ -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)));