removed warning message

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portal/ws-synchronized-module-library@165517 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-03-28 16:51:45 +00:00
parent 6ab1366c8c
commit 0bdf99a919
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public class WorkspaceThreddsSynchronize implements WorkspaceThreddsSynchronized
// System.out.println("Folder not synched, configurin it..");
//engine.setSynchronizedFolder(config, folder.getId());
}catch(WorkspaceLockedException e) {
logger.warn("Workspace locked, going to force unlock..");
//logger.warn("Workspace locked, going to force unlock..");
throw new WorkspaceFolderLocked(itemId, "The folder id: "+itemId +" is currently locked. Another sync process is in progress");
//engine.forceUnlock(itemId);
} catch (WorkspaceInteractionException | InternalException e) {