diff --git a/src/main/java/org/gcube/common/storagehubwrapper/server/WorkspaceStorageHubClientService.java b/src/main/java/org/gcube/common/storagehubwrapper/server/WorkspaceStorageHubClientService.java index b8b02d3..c7c2eae 100644 --- a/src/main/java/org/gcube/common/storagehubwrapper/server/WorkspaceStorageHubClientService.java +++ b/src/main/java/org/gcube/common/storagehubwrapper/server/WorkspaceStorageHubClientService.java @@ -664,7 +664,7 @@ public final class WorkspaceStorageHubClientService implements Workspace{ throws InternalErrorException, ItemNotFoundException, WrongItemTypeException { - LOGGER.debug("called text"); + LOGGER.debug("called search"); Validate.notNull(folderId,"The input folderid is null"); try { List items = storageHubClientService.searchForText(text, folderId);