Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Oct 31, 2012
1 parent b4e31c0 commit 59a2ebc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/relay1.xml
Expand Up @@ -4,7 +4,7 @@
Sample configuration of multiple sites, to be used in RELAY2 Sample configuration of multiple sites, to be used in RELAY2
**** ****
**** Note that the schema is still work-in-progress and might change between 3.2 and 3.2, as **** Note that the schema is still work-in-progress and might change between 3.2 and 3.3, as
**** we're trying to simplify it **** we're trying to simplify it
**** ****
--> -->
Expand Down
2 changes: 1 addition & 1 deletion conf/relay2.xml
Expand Up @@ -4,7 +4,7 @@
Sample configuration of multipe sites, to be used in RELAY2 Sample configuration of multipe sites, to be used in RELAY2
**** ****
**** Note that the schema is still work-in-progress and might change between 3.2 and 3.2, as **** Note that the schema is still work-in-progress and might change between 3.2 and 3.3, as
**** we're trying to simplify it **** we're trying to simplify it
**** ****
--> -->
Expand Down
2 changes: 1 addition & 1 deletion src/org/jgroups/protocols/relay/Relayer.java
Expand Up @@ -108,7 +108,7 @@ else if(!old_route.site_master.equals(route.site_master) || old_route.bridge !=


protected void _addRoute(short site, Route route) { protected void _addRoute(short site, Route route) {
if(log.isTraceEnabled()) if(log.isTraceEnabled())
log.trace("added site " + SiteUUID.getSiteName(site)); log.trace("added route " + SiteUUID.getSiteName(site));
routes[site]=route; routes[site]=route;
} }


Expand Down

0 comments on commit 59a2ebc

Please sign in to comment.