diff --git a/src/main/java/omero/gateway/facility/Facility.java b/src/main/java/omero/gateway/facility/Facility.java index 39fc236c..5eb1ac55 100644 --- a/src/main/java/omero/gateway/facility/Facility.java +++ b/src/main/java/omero/gateway/facility/Facility.java @@ -119,7 +119,7 @@ public static T getFacility(final Class type, try{ serverHost = gateway.getServerHost(); }catch (DSOutOfServiceException e){ - throw new ExecutionException("Not log-in ; Can't instantiate " + throw new ExecutionException("Not logged in; Can't instantiate " + type.getSimpleName(), e); } return (T) cache.get(type.getSimpleName() + ":" +serverHost, new Callable() {