Author: stefanegli
Date: Mon Aug 5 08:53:30 2013
New Revision: 1510393
URL: http://svn.apache.org/r1510393
Log:
SLING-2992: lower isolated mode error to info - and typo fixed
Modified:
sling/trunk/bundles/extensions/discovery/impl/src/main/java/org/apache/sling/discovery/impl/cluster/ClusterViewServiceImpl.java
Modified:
sling/trunk/bundles/extensions/discovery/impl/src/main/java/org/apache/sling/discovery/impl/cluster/ClusterViewServiceImpl.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/impl/src/main/java/org/apache/sling/discovery/impl/cluster/ClusterViewServiceImpl.java?rev=1510393&r1=1510392&r2=1510393&view=diff
==============================================================================
---
sling/trunk/bundles/extensions/discovery/impl/src/main/java/org/apache/sling/discovery/impl/cluster/ClusterViewServiceImpl.java
(original)
+++
sling/trunk/bundles/extensions/discovery/impl/src/main/java/org/apache/sling/discovery/impl/cluster/ClusterViewServiceImpl.java
Mon Aug 5 08:53:30 2013
@@ -152,7 +152,7 @@ public class ClusterViewServiceImpl impl
if (foundLocal) {
return clusterViewImpl;
} else {
- logger.error("getEstablishedView: the existing established
view does not incude the local instance yet! Assming isolated mode.");
+ logger.info("getEstablishedView: the existing established view
does not incude the local instance yet! Assuming isolated mode.");
return getIsolatedClusterView();
}
} catch (LoginException e) {