minor fix to getFolderOrCreate

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/grsf-publisher-ws@134951 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-11-28 11:39:18 +00:00
parent 87ddadef7d
commit 817eb34a01
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ public class ManageTimeSeriesThread extends Thread{
else
throw new Exception("There is no folder with name " + relativePath + " under folder " + folder.getName());
} catch (Exception e) {
logger.debug("Probably the folder doesn't exist", e);
logger.debug("Probably the folder doesn't exist");
try{
result = folder.createFolder(relativePath, descriptionFolder);
} catch (InsufficientPrivilegesException | InternalErrorException | ItemAlreadyExistException e2) {