diff --git a/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/project/ProjectManager.java b/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/project/ProjectManager.java index 9bf9b58..d379765 100644 --- a/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/project/ProjectManager.java +++ b/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/project/ProjectManager.java @@ -905,7 +905,7 @@ public class ProjectManager { public void onSuccess(String logs) { Log.debug("Deploy Operation Logs: " + logs); monitor.hide(); - UtilsGXT3.alert("Error", "Error deploying the algorithm: "+logs); + UtilsGXT3.alert("Error", "Error deploying the algorithm: Logs"); fireProjectStatusExplorerRefreshEvent(); }