You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gh...@apache.org on 2019/03/27 20:07:50 UTC

svn commit: r1856435 - /felix/trunk/healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/executor/HealthCheckFuture.java

Author: ghenzler
Date: Wed Mar 27 20:07:50 2019
New Revision: 1856435

URL: http://svn.apache.org/viewvc?rev=1856435&view=rev
Log:
Fixed message

Modified:
    felix/trunk/healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/executor/HealthCheckFuture.java

Modified: felix/trunk/healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/executor/HealthCheckFuture.java
URL: http://svn.apache.org/viewvc/felix/trunk/healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/executor/HealthCheckFuture.java?rev=1856435&r1=1856434&r2=1856435&view=diff
==============================================================================
--- felix/trunk/healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/executor/HealthCheckFuture.java (original)
+++ felix/trunk/healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/executor/HealthCheckFuture.java Wed Mar 27 20:07:50 2019
@@ -71,7 +71,7 @@ public class HealthCheckFuture extends F
                             resultFromHealthCheck = executeLegacyHc(healthCheck);
                         }
                     } else {
-                        throw new IllegalStateException("Service cannot be retrieved via - activate() probably failed");
+                        throw new IllegalStateException("Service cannot be retrieved - probably activate() failed or there are unsatisfied references");
                     }
 
                 } catch (final Exception e) {