Browse Source

SyncEngine: Permission error in subfolder of a folder that cannnot be added is a SoftError

Issue #5059
Olivier Goffart 9 years ago
parent
commit
36a19703db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/libsync/syncengine.cpp

+ 1 - 1
src/libsync/syncengine.cpp

@@ -1163,7 +1163,7 @@ void SyncEngine::checkForPermission()
                             qDebug() << "Moving of " << (*it)->_file << " canceled because no permission to add parent folder";
                         }
                         (*it)->_instruction = CSYNC_INSTRUCTION_ERROR;
-                        (*it)->_status = SyncFileItem::NormalError;
+                        (*it)->_status = SyncFileItem::SoftError;
                         (*it)->_errorString = tr("Not allowed because you don't have permission to add parent folder");
                     }