just changed a comment
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@179452 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
a878fede4e
commit
775a9c5d86
|
@ -189,7 +189,7 @@ public class CatalogueResolver {
|
|||
logger.info("It is a {} scope", Type.VO);
|
||||
logger.warn("The Catalogue can't work at {} level, I'm overriding the scope to {} level", Type.VO, Type.INFRASTRUCTURE);
|
||||
fullScope = fullScope.substring(1, fullScope.indexOf("/")); //skypping the first slash
|
||||
logger.info("Overriden the input scope {} with {} type: {}", fullScope, Type.INFRASTRUCTURE, fullScope);
|
||||
logger.info("Overriden the input scope {} with {} as type: {}", fullScope, Type.INFRASTRUCTURE, fullScope);
|
||||
}
|
||||
|
||||
ScopeProvider.instance.set(fullScope);
|
||||
|
|
Loading…
Reference in New Issue