changed a log

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/storagehub-client-wrapper@174222 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-11-19 16:16:48 +00:00
parent 663d342d35
commit 6e415b450e
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ public class HLMapper {
theFileItem.setFileItemType(fileItemType); theFileItem.setFileItemType(fileItemType);
if(aC!=null){ if(aC!=null){
logger.warn("The content is null for item: "+itemAb.getId()); logger.debug("The content is not null for item: "+itemAb.getId());
theFileItem.setMimeType(aC.getMimeType()); theFileItem.setMimeType(aC.getMimeType());
theFileItem.setSize(aC.getSize()); theFileItem.setSize(aC.getSize());
}else }else