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:
parent
663d342d35
commit
6e415b450e
|
@ -235,7 +235,7 @@ public class HLMapper {
|
|||
theFileItem.setFileItemType(fileItemType);
|
||||
|
||||
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.setSize(aC.getSize());
|
||||
}else
|
||||
|
|
Loading…
Reference in New Issue